nixos-config/stuff/noscript.json

164 lines
3.8 KiB
JSON
Raw Normal View History

2024-05-07 13:27:34 +02:00
{
"policy": {
"DEFAULT": {
"capabilities": [
"frame",
"fetch",
"noscript",
2024-06-24 10:16:41 +02:00
"other",
"media"
2024-05-07 13:27:34 +02:00
],
"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": [
2024-05-09 20:55:28 +02:00
"§:42lyon.fr",
"§:kitsunes.club",
"§:nixos.org",
"§:cloudflare.com",
2024-05-07 13:27:34 +02:00
"§:duckduckgo.com",
"§:mkdocs.org",
2024-05-09 20:55:28 +02:00
"§:archive.org",
"§:keyoxide.org",
"§:nextdns.io",
"§:sndcdn.com",
"§:reddit.com",
"§:redditstatic.com",
"§:namemc.com",
"§:xeiaso.net",
2024-05-07 13:27:34 +02:00
"§:github.com",
"§:githubassets.com",
2024-05-08 17:21:36 +02:00
"127.0.0.1",
"§:soundcloud.com",
"§:sinewave.cyou",
"§:eightyeightthirty.one",
2024-05-09 20:55:28 +02:00
"§:steamcommunity.com",
"§:steamstatic.com",
2024-05-08 17:21:36 +02:00
"§:proton.me",
2024-05-09 20:50:05 +02:00
"§:liberapay.com",
2024-05-09 20:55:28 +02:00
"§:opencollective.com",
"§:tailscale.com",
"§:tinkerbetter.tube",
2024-05-09 20:50:05 +02:00
"§:openpgp.org",
"§:cern.ch",
2024-05-29 10:39:54 +02:00
"§:indeed.com",
"§:ko-fi.com",
"§:cdn-cookieyes.com",
"§:stripe.com",
"§:msecnd.net",
"§:paypal.com",
"§:paypalobjects.com",
"§:xoom.com",
"§:techhub.social",
"§:ponyvillefm.com",
"§:bronyradio.com",
"§:tildefriends.net",
"§:cohost.org",
"§:hcaptcha.com",
"§:kitsu.life",
"§:lttstore.com",
"§:sleepy.zone",
"localhost",
"§:protondb.com",
"§:itch.io",
"§:kitsunes.chat",
"§:francetravail.fr",
"§:service-public.fr",
"§:europa.eu",
"§:steampowered.com",
"§:knowyourmeme.com",
"§:redbubble.com",
"§:gitlab.com",
"§:stripecdn.com",
"§:youtube.com",
"§:cuddleslut.fr",
"§:papermc.io",
"§:planetminecraft.com",
"§:openstreetmap.org",
"§:facilmap.org",
"§:shopifycdn.com",
"§:xssbook.com",
"§:keybase.io",
"§:google.com",
"§:gstatic.com",
"§:simplelogin.io",
"§:soatok.blog",
"§:gitea.com",
"§:opml.org",
"§:crowdsupply.com",
2024-06-24 10:16:41 +02:00
"§:sigbovik.org",
"§:discord.com",
"§:discordapp.com",
"§:discordapp.net",
"§:ppy.sh",
"§:vantaa.black",
"§:mynixos.com",
"enry",
"§:coursera.org",
"§:bitwarden.com",
"§:firefox.com",
"§:grammarly.com",
"§:as207960.net",
"§:glauca.digital",
"§:haveibeenpwned.com",
"§:twitch.tv",
"§:bandcamp.com",
"§:bcbits.com",
"§:angblev.com",
"§:asciinema.org",
"§:jquery.com",
"§:bootstrapcdn.com",
"§:leboncoin.fr"
2024-05-29 10:39:54 +02:00
],
"untrusted": [
"googletagmanager.com",
2024-06-24 10:16:41 +02:00
"privacy-center.org",
"googletagmanager.com"
2024-05-07 13:27:34 +02:00
],
"custom": {}
},
"enforced": true,
"autoAllowTop": false
},
"local": {
"debug": false,
"showCtxMenuItem": true,
"showCountBadge": true,
"showFullAddresses": false,
"amnesticUpdates": false,
"storage": "local",
2024-05-29 10:39:54 +02:00
"uuid": "9040f84e-c010-48b3-be94-8cd47516895c",
"highContrast": false
2024-05-07 13:27:34 +02:00
},
"sync": {
"global": false,
"xss": true,
"TabGuardMode": "incognito",
"TabGuardPrompt": "post",
"cascadeRestrictions": false,
"overrideTorBrowserPolicy": false,
"storage": "sync"
},
"xssUserChoices": {}
}