Skip to content

Commit 6e13297

Browse files
GioSensationgithub-actions[bot]
authored andcommitted
Update password-related json files
1 parent 8f6c384 commit 6e13297

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

dist/autofill-debug.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/autofill.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/password/rules.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@
167167
"bitly.com": {
168168
"password-rules": "minlength: 6; required: lower; required: upper; required: digit; required: [`!@#$%^&*()+~{}'\";:<>?]];"
169169
},
170+
"bkvenergy.com": {
171+
"password-rules": "minlength: 8; maxlength: 12; required: upper; required: lower; required: digit; required: [-~!@#$%^&*()_=+,<.> ];"
172+
},
170173
"blackwells.co.uk": {
171174
"password-rules": "minlength: 8; maxlength: 30; allowed: upper,lower,digit;"
172175
},
@@ -833,6 +836,9 @@
833836
"netgear.com": {
834837
"password-rules": "minlength: 6; maxlength: 128; allowed: lower, upper, digit, [!@#$%^&*()];"
835838
},
839+
"nicovideo.jp": {
840+
"password-rules": "minlength: 12; maxlength: 32;"
841+
},
836842
"nowinstock.net": {
837843
"password-rules": "minlength: 6; maxlength: 20; allowed: lower, upper, digit;"
838844
},

0 commit comments

Comments
 (0)