mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
Added description and translations for stackList.
This commit is contained in:
parent
d2f5a0cca1
commit
39ffe4d3b2
Binary file not shown.
@ -31,6 +31,12 @@ showCallingFile_description=
|
|||||||
showCompleteCallingStack_title= Kompletten Aufrufestack anzeigen
|
showCompleteCallingStack_title= Kompletten Aufrufestack anzeigen
|
||||||
showCompleteCallingStack_description=
|
showCompleteCallingStack_description=
|
||||||
|
|
||||||
|
enableStackList_title= Dateispezifische Whitelist verwenden
|
||||||
|
enableStackList_description=
|
||||||
|
|
||||||
|
stackList_title= Dateispezifische Whitelist
|
||||||
|
stackList_description= JS-Dateien, die die <canvas>-API verwenden dürfen. Die Angabe muss hier im JSON-Format vorliegen. Beispiel: [{"url": "http://domain/datei1.js"}, {"url": "http://domain/datei2.js", "line": 1, "column": 4, "stackPosition": -3}]
|
||||||
|
|
||||||
allowPDFCanvas_title= <canvas> in PDFs erlauben
|
allowPDFCanvas_title= <canvas> in PDFs erlauben
|
||||||
allowPDFCanvas_description= Die native pdf.js verwendet <canvas> um den Inhalt von PDFs anzuzeigen. Wenn viele Nachfragedialoge erscheinen oder die PDF-Ansicht nicht funktioniert, müssen diese erlaubt werden.
|
allowPDFCanvas_description= Die native pdf.js verwendet <canvas> um den Inhalt von PDFs anzuzeigen. Wenn viele Nachfragedialoge erscheinen oder die PDF-Ansicht nicht funktioniert, müssen diese erlaubt werden.
|
||||||
|
|
||||||
|
@ -31,6 +31,12 @@ showCallingFile_description=
|
|||||||
showCompleteCallingStack_title= Display complete calling stack
|
showCompleteCallingStack_title= Display complete calling stack
|
||||||
showCompleteCallingStack_description=
|
showCompleteCallingStack_description=
|
||||||
|
|
||||||
|
enableStackList_title= Use file specific white list
|
||||||
|
enableStackList_description=
|
||||||
|
|
||||||
|
stackList_title= File specific white list
|
||||||
|
stackList_description= JS files which are allowed to use the <canvas>-API. The input has to be in JSON format. Example: [{"url": "http://domain/file1.js"}, {"url": "http://domain/file2.js", "line": 1, "column": 4, "stackPosition": -3}]
|
||||||
|
|
||||||
allowPDFCanvas_title= Allow canvas in PDFs
|
allowPDFCanvas_title= Allow canvas in PDFs
|
||||||
allowPDFCanvas_description= Firefox's native PDF reader uses the API to display PDF content. If too many ask dialogs appear or the PDF reader does not work at all, these have to be allowed.
|
allowPDFCanvas_description= Firefox's native PDF reader uses the API to display PDF content. If too many ask dialogs appear or the PDF reader does not work at all, these have to be allowed.
|
||||||
|
|
||||||
|
@ -93,13 +93,13 @@
|
|||||||
"value": false
|
"value": false
|
||||||
},{
|
},{
|
||||||
"name": "enableStackList",
|
"name": "enableStackList",
|
||||||
"title": "Use script scoped white list",
|
"title": "Use file specific scoped white list",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"value": false
|
"value": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "stackList",
|
"name": "stackList",
|
||||||
"title": "Script scoped white list",
|
"title": "File specific white list",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"value": ""
|
"value": ""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user