Compare commits

..

No commits in common. "f2e8b866651b4f68ae3233782658e3fb04c70ce2" and "8604cb8a14cf4c32a1c44a882bbfa97348969c0c" have entirely different histories.

3 changed files with 11 additions and 1 deletions

View File

@ -54,7 +54,7 @@ repos:
- id: pretty-format-json - id: pretty-format-json
# Breaks AdNauseam/uBlock Origin rules as the browser interprets # Breaks AdNauseam/uBlock Origin rules as the browser interprets
# values to be set for empty options. # values to be set for empty options.
#exclude: ^etc\/firefox\/policies\/policies.json|etc\/opt\/chromium\/policies\/managed\/aminda-extensions.json$ exclude: ^etc\/firefox\/policies\/policies.json|etc\/opt\/chromium\/policies\/managed\/aminda-extensions.json$
args: args:
# Remember also: --no-sort-keys # Remember also: --no-sort-keys
# ASCII excludes the älphäbet amongst others # ASCII excludes the älphäbet amongst others

View File

@ -2,6 +2,11 @@
"policies": { "policies": {
"3rdparty": { "3rdparty": {
"Extensions": { "Extensions": {
"adnauseam@rednoise.org": {
"advancedSettings": [
["filterAuthorMode","true"]
]
},
"jid1-MnnxcxisBPnSXQ-eff@jetpack": { "jid1-MnnxcxisBPnSXQ-eff@jetpack": {
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,

View File

@ -1,6 +1,11 @@
{ {
"3rdparty": { "3rdparty": {
"extensions": { "extensions": {
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
"advancedSettings": [
["filterAuthorMode","true"]
]
},
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,