mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
parent
bda97dbc38
commit
d3d137beed
1 changed files with 2 additions and 2 deletions
|
@ -400,9 +400,9 @@
|
|||
];
|
||||
|
||||
|
||||
function getStatus(obj, status){
|
||||
function getStatus(obj, status, prefs){
|
||||
status = Object.create(status);
|
||||
status.active = hasType(status, "readout");
|
||||
status.active = prefs("protectDOMRect", status.url) && hasType(status, "readout");
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue