aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/config/config.json b/src/config/config.json
index ca835d51..09774895 100644
--- a/src/config/config.json
+++ b/src/config/config.json
@@ -116,7 +116,7 @@
"hyperpipe": {
"preferences": {
"localstorage": ["api", "authapi", "codec", "locale", "next", "pipedapi", "quality", "theme", "vol"],
- "indexeddb": ["hyperpipedb"]
+ "indexeddb": "hyperpipedb"
},
"name": "HyperPipe",
"instanceList": true
@@ -542,5 +542,10 @@
"embeddable": false,
"url": "https://send.libredirect.invalid"
}
+ },
+ "blacklist": {
+ "cloudflare": { "color": "red" },
+ "authenticate": { "color": "orange" },
+ "offline": { "color": "grey" }
}
}