diff options
author | Hygna <hygna@proton.me> | 2022-09-27 20:59:25 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-09-27 20:59:25 +0100 |
commit | 5d48d60e96179f112d40d105e76f80f9cc51175b (patch) | |
tree | 6f71fd866f3d0077b14b76a0fee2de2d9aa5e312 /src/config | |
parent | Changes (diff) | |
download | libredirect-5d48d60e96179f112d40d105e76f80f9cc51175b.zip |
Started converting storage format
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.json | 7 |
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" } } } |