JavaScript Restrictor
Browser extension that improves privacy and security
Loading...
Searching...
No Matches
settings_tweaks.js File Reference

Fine-tuning of the JShelter settings, for example, based on domains. More...

Variables

var tweak_domains_builtin
 Tweaks for specific domains that are built-in for all users.
 
var tweak_domains = tweak_domains_builtin
 

Detailed Description

Fine-tuning of the JShelter settings, for example, based on domains.

Author
Copyright (C) 2023 Libor Polcak
License:
SPDX-License-Identifier: GPL-3.0-or-later

Variable Documentation

◆ tweak_domains

var tweak_domains = tweak_domains_builtin

All domain tweaks that are not created by the local user. Usually, you should work with tweak_domains outside of this file and not the partial content like tweak_domains_builtin.

◆ tweak_domains_builtin

var tweak_domains_builtin
Initial value:
= {
"docs.google.com": {
"explanation": "https://pagure.io/JShelter/webextension/issue/122",
"level_id": ["1", "2"],
"tweaks": {
"webworker": 2
}
},
"app.mediafire.com": {
"explanation": "https://github.com/polcak/jsrestrictor/issues/207",
"level_id": ["1", "2"],
"tweaks": {
"webworker": 2
}
},
}

Tweaks for specific domains that are built-in for all users.