mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
Merge from master
This commit is contained in:
commit
ab8a88ef66
6 changed files with 98 additions and 7 deletions
|
@ -19,6 +19,12 @@ blockMode_options.allow everything= allow everything
|
|||
askOnlyOnce_title= Ask only once
|
||||
askOnlyOnce_description= If a page tries to access the <canvas>-API several times a confirm message will appear every time. This switch tries to make only one confirmation. Never the less on some pages there will be more.
|
||||
|
||||
showCallingFile_title= Show calling file
|
||||
showCallingFile_description=
|
||||
|
||||
showCompleteCallingStack_title= Display complete calling stack
|
||||
showCompleteCallingStack_description=
|
||||
|
||||
allowPDFCanvas_title= Allow canvas in PDFs
|
||||
allowPDFCanvas_description= The native pdf.js uses <canvas> to display the PDF content. If this is unchecked there will lots of annoying ask dialogs or the PDF display will not work.
|
||||
|
||||
|
@ -27,4 +33,7 @@ askForVisiblePermission= Do you want to allow the red bordered <canvas>?
|
|||
askForInvisiblePermission= Do you want to allow invisible <canvas>?
|
||||
askForReadoutPermission= Do you want to allow <canvas> readout?
|
||||
askForVisibleReadoutPermission= Do you want to allow the readout of the red bordered <canvas>?
|
||||
askForInvisibleReadoutPermission= Do you want to allow invisible <canvas> readout?
|
||||
askForInvisibleReadoutPermission= Do you want to allow invisible <canvas> readout?
|
||||
|
||||
sourceOutput= Calling file
|
||||
stackEntryOutput= {url} line {line} column {column}
|
Loading…
Add table
Add a link
Reference in a new issue