1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 12:36:37 +02:00

"Protect" data URL pages by blocking outgoing requests

Fixes #208
This commit is contained in:
kkapsner 2018-07-16 00:14:44 +02:00
parent 8ca23e37e1
commit 47a9519ceb
8 changed files with 95 additions and 3 deletions

View file

@ -379,6 +379,12 @@
]
},
"misc",
{
"name": "blockRequestsFromDataURL",
"displayDependencies": {
"displayAdvancedSettings": [true]
}
},
{
"name": "showReleaseNotes"
},