mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-04-30 12:50:21 +00:00
Fixed resizing
This commit is contained in:
parent
06dbef8043
commit
6efa45df6b
8 changed files with 31 additions and 11 deletions
|
|
@ -30,19 +30,19 @@
|
|||
"http:default",
|
||||
{
|
||||
"identifier": "http:allow-fetch",
|
||||
"allow": [{ "url": "https://*" }, { "url": "http://*" }]
|
||||
"allow": [{ "url": "https://*" }, { "url": "http://*" }, { "url": "https://*:*" }, { "url": "http://*:*" }]
|
||||
},
|
||||
{
|
||||
"identifier": "http:allow-fetch-cancel",
|
||||
"allow": [{ "url": "https://*" }, { "url": "http://*" }]
|
||||
"allow": [{ "url": "https://*" }, { "url": "http://*" }, { "url": "https://*:*" }, { "url": "http://*:*" }]
|
||||
},
|
||||
{
|
||||
"identifier": "http:allow-fetch-read-body",
|
||||
"allow": [{ "url": "https://*" }, { "url": "http://*" }]
|
||||
"allow": [{ "url": "https://*" }, { "url": "http://*" }, { "url": "https://*:*" }, { "url": "http://*:*" }]
|
||||
},
|
||||
{
|
||||
"identifier": "http:allow-fetch-send",
|
||||
"allow": [{ "url": "https://*" }, { "url": "http://*" }]
|
||||
"allow": [{ "url": "https://*" }, { "url": "http://*" }, { "url": "https://*:*" }, { "url": "http://*:*" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue