fix(extensions): bypass cors in requests made from background pages (#24483)
This commit is contained in:
parent
1350dc46ed
commit
f53aac97f5
3 changed files with 31 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "ui-page",
|
||||
"version": "1.0",
|
||||
"manifest_version": 2
|
||||
"manifest_version": 2,
|
||||
"permissions": ["<all_urls>"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue