mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-15 14:09:36 +02:00
Added protection for window.name and window.opener
As requested by #231. But this protection is disabled by default.
This commit is contained in:
parent
fd7c4fabbd
commit
83efac5e49
13 changed files with 195 additions and 2 deletions
|
@ -97,6 +97,10 @@
|
|||
"message": "History API",
|
||||
"description": ""
|
||||
},
|
||||
"section_window-api":{
|
||||
"message": "Window API",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"displayAdvancedSettings_title": {
|
||||
"message": "Expertenmodus",
|
||||
|
@ -193,6 +197,18 @@
|
|||
"message": "Wollen Sie das Auslesen über die History-API erlauben?",
|
||||
"description": ""
|
||||
},
|
||||
"askForWindowPermission": {
|
||||
"message": "Wollen Sie die Window-API erlauben?",
|
||||
"description": ""
|
||||
},
|
||||
"askForWindowInputPermission": {
|
||||
"message": "Wollen Sie das Schreiben in über die Window-API erlauben?",
|
||||
"description": ""
|
||||
},
|
||||
"askForWindowReadoutPermission": {
|
||||
"message": "Wollen Sie das Auslesen über die Window-API erlauben?",
|
||||
"description": ""
|
||||
},
|
||||
"askOnlyOnce_title": {
|
||||
"message": "Nur einmal nachfragen",
|
||||
"description": ""
|
||||
|
@ -520,6 +536,10 @@
|
|||
"message": "History-Auslese vorgetäuscht auf {url}",
|
||||
"description": ""
|
||||
},
|
||||
"fakedWindowReadout": {
|
||||
"message": "Window-Auslese vorgetäuscht auf {url}",
|
||||
"description": ""
|
||||
},
|
||||
"fakedInput": {
|
||||
"message": "Bei Ausgabe vorgetäuscht auf {url}",
|
||||
"description": ""
|
||||
|
@ -833,6 +853,15 @@
|
|||
"description": ""
|
||||
},
|
||||
|
||||
"protectWindow_title": {
|
||||
"message": "Window-API beschützen",
|
||||
"description": ""
|
||||
},
|
||||
"protectWindow_description": {
|
||||
"message": "Es werden window.opener und window.name beschützt. Dies kann manche Webseiten unbrauchbar machen.",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"theme_title": {
|
||||
"message": "Theme",
|
||||
"description": ""
|
||||
|
|
|
@ -97,6 +97,10 @@
|
|||
"message": "History API",
|
||||
"description": ""
|
||||
},
|
||||
"section_window-api":{
|
||||
"message": "Window API",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"displayAdvancedSettings_title": {
|
||||
"message": "Expert mode",
|
||||
|
@ -193,6 +197,18 @@
|
|||
"message": "Do you want to allow history readout?",
|
||||
"description": ""
|
||||
},
|
||||
"askForWindowPermission": {
|
||||
"message": "Do you want to allow the window API?",
|
||||
"description": ""
|
||||
},
|
||||
"askForWindowInputPermission": {
|
||||
"message": "Do you want to allow window-API input?",
|
||||
"description": ""
|
||||
},
|
||||
"askForWindowReadoutPermission": {
|
||||
"message": "Do you want to allow window readout?",
|
||||
"description": ""
|
||||
},
|
||||
"askOnlyOnce_title": {
|
||||
"message": "Ask only once",
|
||||
"description": ""
|
||||
|
@ -520,6 +536,10 @@
|
|||
"message": "Faked history readout on {url}",
|
||||
"description": ""
|
||||
},
|
||||
"fakedWindowReadout": {
|
||||
"message": "Faked window readout on {url}",
|
||||
"description": ""
|
||||
},
|
||||
"fakedInput": {
|
||||
"message": "Faked at input on {url}",
|
||||
"description": ""
|
||||
|
@ -832,6 +852,15 @@
|
|||
"description": ""
|
||||
},
|
||||
|
||||
"protectWindow_title": {
|
||||
"message": "Protect Window API",
|
||||
"description": ""
|
||||
},
|
||||
"protectWindow_description": {
|
||||
"message": "window.opener and window.name will be protected. This can render some web pages unusable.",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"theme_title": {
|
||||
"message": "Theme",
|
||||
"description": ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue