firefox: set extensions.webextensions.restrictedDomains to user set

This commit is contained in:
Aminda Suomalainen 2024-05-21 21:17:50 +03:00
parent 1c549d964e
commit ae87cac5a8
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

View File

@ -399,8 +399,8 @@
"Value": false
},
"extensions.webextensions.restrictedDomains": {
"Comment": "Don't protect Mozilla domains from privacy extensions.",
"Status": "locked",
"Comment": "Don't protect Mozilla domains from privacy extensions. Always reset it to modified/empty so I can access the original value if I ever need it.",
"Status": "user",
"Type": "string",
"Value": ""
},