diff options
| author | ManeraKai <manerakai@protonmail.com> | 2022-03-01 20:53:45 +0300 |
|---|---|---|
| committer | ManeraKai <manerakai@protonmail.com> | 2022-03-01 20:53:45 +0300 |
| commit | 082016dcdea0d2cd35121598977c0c513485de08 (patch) | |
| tree | 60dcf8993fe918047daad18afe9430ca66aa679d /src/manifest.json | |
| parent | Fixed i.redd.it redirection to old.reddit.com #72 (diff) | |
| download | libredirect-082016dcdea0d2cd35121598977c0c513485de08.zip | |
Removed invidious cookies as it's not working
Diffstat (limited to '')
| -rw-r--r-- | src/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index d9286bce..53b7a518 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -16,9 +16,9 @@ }, "permissions": [ "storage", + "cookies", "webRequest", "webRequestBlocking", - "cookies", "<all_urls>" ], "browser_action": { |
