support login page without www prefix
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Han Dai 2020-02-26 21:40:35 -05:00
parent bef950b7fb
commit 2148531f05
1 changed files with 2 additions and 2 deletions

View File

@ -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"]
}
],