Skip to content

Commit

Permalink
hanwha general ins
Browse files Browse the repository at this point in the history
  • Loading branch information
Keewon Seo authored and keewon committed Jan 25, 2016
1 parent 3b3e617 commit 12943a3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions js/plugins/initech.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,17 @@ extend(IniTech.prototype, {
salt: 'heungkukfire'
},

IX: {
name: '한화손해보험',
support: true,
experimental: true,
rule: [{
hint: '주민등록번호 앞',
size: 6
}],
// no salt required
},

KA: {
name: 'Initech',
support: true,
Expand Down Expand Up @@ -342,6 +353,13 @@ extend(IniTech.prototype, {
TC: {
ignore_replacer: true
},

IX: {
fix_frame: function (frame) {
// disable downloading plugin
return frame.replace('CMPlugin_Write', '//CMPlugin_Write');
}
},
};
}({
weave: function (frame, message) {
Expand Down

0 comments on commit 12943a3

Please sign in to comment.