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:

content/main.js
123 123
    }
124 124

  
125 125
    if (!policy) {
126
	console.warn("Using default policy!");
126
	console.warn("Using fallback policy!");
127 127
	policy = {allow: false, nonce: gen_nonce()};
128 128
    }
129 129

  

Also available in: Unified diff