mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2025-01-31 20:04:11 +03:00
Don't log large objects (PAC-script)
This commit is contained in:
parent
c9036f038a
commit
e9edd324fc
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
chrome.proxy.settings.onChange.addListener( timeouted( (details) => {
|
chrome.proxy.settings.onChange.addListener( timeouted( (details) => {
|
||||||
|
|
||||||
console.log('Proxy settings changed.', details);
|
console.log('Proxy settings changed:', details.levelOfControl);
|
||||||
const noCon = 'no-control';
|
const noCon = 'no-control';
|
||||||
const ifWasControllable = handlers.ifControllable;
|
const ifWasControllable = handlers.ifControllable;
|
||||||
if ( !handlers.isControllable(details) && ifWasControllable ) {
|
if ( !handlers.isControllable(details) && ifWasControllable ) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user