diff options
author | Soispha <soispha@vhack.eu> | 2023-10-22 21:35:54 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-22 21:35:54 +0200 |
commit | 96d917db0d372ebae7de7147548a9c3dfede3725 (patch) | |
tree | a759fae0ad05ab3dacec5b830d5f17aa4aa85e15 /src/config.json | |
parent | fix(manifest.json): Change the extension id (diff) | |
download | libredirect-96d917db0d372ebae7de7147548a9c3dfede3725.zip |
feat(src): Actually set the default config
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.json b/src/config.json index 8e73d685..03660afc 100644 --- a/src/config.json +++ b/src/config.json @@ -265,7 +265,7 @@ ], "name": "Reddit", "options": { - "enabled": false, + "enabled": true, "frontend": "libreddit", "unsupportedUrls": "bypass", "instance": "public" @@ -932,4 +932,4 @@ "url": "https://www.wolframalpha.com" } } -} \ No newline at end of file +} |