Revision 6247f163
Added by koszko about 2 years ago
| content/page_actions.js | ||
|---|---|---|
| 36 | 36 |
} |
| 37 | 37 |
if (action === "settings") {
|
| 38 | 38 |
report_settings(data); |
| 39 |
policy_received_callback({url, allow: !!data[1] && data[1].allow});
|
|
| 39 |
policy_received_callback({url, allow: data[1].allow});
|
|
| 40 | 40 |
} |
| 41 | 41 |
} |
| 42 | 42 |
|
Also available in: Unified diff
enable toggling of global script blocking policy\n\nThis commit also introduces `light_storage' module which is later going to replace the storage code we use right now.\nAlso included is a hack to properly display scrollbars under Mozilla (needs testing on newer Mozilla browsers).