support login page without www prefix
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
bef950b7fb
commit
2148531f05
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Boiler AutoLogin",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Bypass BoilerKey.",
|
||||
"options_page": "options.html",
|
||||
"permissions": [
|
||||
@ -9,7 +9,7 @@
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://www.purdue.edu/apps/account/cas/login*"],
|
||||
"matches": ["https://www.purdue.edu/apps/account/cas/login*", "https://purdue.edu/apps/account/cas/login*"],
|
||||
"js": ["HOTP.js", "casLoginInjection.js"]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user