mirror of
https://github.com/lil-org/tokenary.git
synced 2025-01-07 14:10:28 +03:00
Temporary disable all frames injection
This commit is contained in:
parent
bfb4185048
commit
5dc8761f88
@ -22,7 +22,7 @@
|
||||
"content_scripts": [{
|
||||
"matches": [ "file://*/*", "http://*/*", "https://*/*" ],
|
||||
"run_at": "document_start",
|
||||
"all_frames": true,
|
||||
"all_frames": false,
|
||||
"js": [ "content.js", "ios-specific-content.js" ]
|
||||
}],
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
"content_scripts": [{
|
||||
"matches": [ "file://*/*", "http://*/*", "https://*/*" ],
|
||||
"run_at": "document_start",
|
||||
"all_frames": true,
|
||||
"all_frames": false,
|
||||
"js": [ "content.js", "macos-specific-content.js" ]
|
||||
}],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user