mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 18:42:00 +01:00
Enable asking in iframes
This commit is contained in:
parent
66336d1b65
commit
ab19ebd2c6
@ -136,7 +136,7 @@
|
|||||||
if (prefs("showCallingFile")){
|
if (prefs("showCallingFile")){
|
||||||
msg += parseErrorStack(errorStack).toString(_);
|
msg += parseErrorStack(errorStack).toString(_);
|
||||||
}
|
}
|
||||||
answer = window.confirm(msg)? "allow": prefs("askDenyMode");
|
answer = window.top.confirm(msg)? "allow": prefs("askDenyMode");
|
||||||
|
|
||||||
if (prefs("askOnlyOnce") === "combined"){
|
if (prefs("askOnlyOnce") === "combined"){
|
||||||
["context", "readout", "input"].forEach(function(type){
|
["context", "readout", "input"].forEach(function(type){
|
||||||
|
@ -7,6 +7,7 @@ Version 0.4.5:
|
|||||||
|
|
||||||
fixes:
|
fixes:
|
||||||
- prevent possible double faking
|
- prevent possible double faking
|
||||||
|
- asking did not work in some cases (auto deny)
|
||||||
|
|
||||||
Version 0.4.4b:
|
Version 0.4.4b:
|
||||||
known issues:
|
known issues:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user