diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-02-09 11:08:04 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-02-09 11:08:04 +1100 |
commit | eb99449f726565764dac26ee1baa4e9e4689f078 (patch) | |
tree | 121ccb543ea3bd64999b5735198351eca3e60923 /manifest.json | |
parent | Fix missing query strings in redirects (diff) | |
download | libredirect-eb99449f726565764dac26ee1baa4e9e4689f078.zip |
Avoid redirecting `studio.youtube.com` & basic instance validation
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 48cdc435..4e4b8e42 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Privacy Redirect", - "description": "Redirects Twitter, Youtube & Instagram requests to privacy friendly alternatives - Nitter, Invidious, & Bibliogram.", - "version": "1.1.5", + "description": "Redirects Twitter, YouTube & Instagram requests to privacy friendly alternatives - Nitter, Invidious, & Bibliogram.", + "version": "1.1.6", "manifest_version": 2, "background": { "scripts": [ |