Skip to content

Commit

Permalink
Change host permission to the new server endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed May 30, 2024
1 parent 2bb8fb9 commit f31ce1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest/chrome-manifest-extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"host_permissions": [
"https://*.bilibili.com/*",
"http://47.103.74.95:9876/*"
"http://47.103.74.95/*"
],
"optional_host_permissions": [
"*://*/*"
Expand Down
2 changes: 1 addition & 1 deletion manifest/firefox-manifest-extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"storage",
"scripting",
"https://*.bilibili.com/*",
"http://47.103.74.95:9876/*"
"http://47.103.74.95/*"
],
"optional_permissions": [
"*://*/*"
Expand Down

0 comments on commit f31ce1e

Please sign in to comment.