Project

General

Profile

« Previous | Next » 

Revision 6247f163

Added by koszko about 2 years ago

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).

View differences:

html/options_main.js
17 17
 * IMPORT by_id
18 18
 * IMPORT matchers
19 19
 * IMPORT get_import_frame
20
 * IMPORT init_default_policy_dialog
20 21
 * IMPORTS_END
21 22
 */
22 23

  
......
670 671

  
671 672
async function main()
672 673
{
674
    init_default_policy_dialog();
675

  
673 676
    storage = await get_remote_storage();
674 677

  
675 678
    for (let prefix of list_prefixes) {

Also available in: Unified diff