Request permission to access localhost
Permission is required to do XHR request to the domain. Otherwise Gecko attempts to use CORS to negotiate the request, which AnkiConnect does not expect.
This commit is contained in:
parent
099d48ef48
commit
a9863de95e
@ -18,7 +18,7 @@
|
||||
"options_ui": {
|
||||
"page": "bg/options.html"
|
||||
},
|
||||
"permissions": ["storage"],
|
||||
"permissions": ["*://127.0.0.1/*", "storage"],
|
||||
"web_accessible_resources": [
|
||||
"fg/css/frame.css",
|
||||
"fg/img/add_kanji.png",
|
||||
|
Loading…
Reference in New Issue
Block a user