mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-15 14:09:36 +02:00
Changed pre-intercept to block
... instead of forcing the loading of the settings with a synchonous XHR.
This commit is contained in:
parent
871199cbc3
commit
3e214ed967
3 changed files with 27 additions and 5 deletions
|
@ -359,6 +359,10 @@
|
|||
"description": ""
|
||||
},
|
||||
|
||||
"preBlock": {
|
||||
"message": "API auf {url} blockiert, weil die CanvasBlocker-Einstellungen nicht rechtzeitig geladen wurden.",
|
||||
"description": ""
|
||||
},
|
||||
"fakedReadout": {
|
||||
"message": "Auslese vorgetäuscht auf {url}",
|
||||
"description": ""
|
||||
|
|
|
@ -359,6 +359,10 @@
|
|||
"description": ""
|
||||
},
|
||||
|
||||
"preBlock": {
|
||||
"message": "API blocked on {url} because CanvasBlocker-settings were not loaded in time.",
|
||||
"description": ""
|
||||
},
|
||||
"fakedReadout": {
|
||||
"message": "Faked readout on {url}",
|
||||
"description": ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue