nixos-config/stuff/noscript.json

105 lines
2.2 KiB
JSON
Raw Normal View History

2024-05-07 13:27:34 +02:00
{
"policy": {
"DEFAULT": {
"capabilities": [
"frame",
"fetch",
"noscript",
"other"
],
"temp": false
},
"TRUSTED": {
"capabilities": [
"script",
"object",
"media",
"frame",
"font",
"webgl",
"fetch",
"ping",
"noscript",
"unchecked_css",
"lan",
"other"
],
"temp": false
},
"UNTRUSTED": {
"capabilities": [],
"temp": false
},
"sites": {
"trusted": [
"§:addons.mozilla.org",
"§:afx.ms",
"§:ajax.aspnetcdn.com",
"§:ajax.googleapis.com",
"§:bootstrapcdn.com",
"§:code.jquery.com",
"§:firstdata.com",
"§:firstdata.lv",
"§:gfx.ms",
"§:google.com",
"§:googlevideo.com",
"§:gstatic.com",
"§:hotmail.com",
"§:live.com",
"§:live.net",
"§:maps.googleapis.com",
"§:mozilla.net",
"§:netflix.com",
"§:nflxext.com",
"§:nflximg.com",
"§:nflxvideo.net",
"§:noscript.net",
"§:outlook.com",
"§:passport.com",
"§:passport.net",
"§:passportimages.com",
"§:paypal.com",
"§:paypalobjects.com",
"§:securecode.com",
"§:securesuite.net",
"§:sfx.ms",
"§:tinymce.cachefly.net",
"§:wlxrs.com",
"§:yimg.com",
"§:youtube.com",
"§:ytimg.com",
"127.0.0.1",
"§:gitea.com",
"§:duckduckgo.com",
"§:mkdocs.org",
"§:github.com",
"§:githubassets.com",
"§:nixos.org"
],
"untrusted": [],
"custom": {}
},
"enforced": true,
"autoAllowTop": false
},
"local": {
"debug": false,
"showCtxMenuItem": true,
"showCountBadge": true,
"showFullAddresses": false,
"amnesticUpdates": false,
"storage": "local",
"uuid": "9040f84e-c010-48b3-be94-8cd47516895c"
},
"sync": {
"global": false,
"xss": true,
"TabGuardMode": "incognito",
"TabGuardPrompt": "post",
"cascadeRestrictions": false,
"overrideTorBrowserPolicy": false,
"storage": "sync"
},
"xssUserChoices": {}
}