diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-11-04 22:06:29 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-11-04 22:06:29 +1100 |
commit | 24b0f9c01f258117af8d5f013a1838cbb117cad2 (patch) | |
tree | 043775eda6a4dc4224c933848869512b1df475dc | |
parent | Fixes #104 - /remove-twitter-sw.js stopping Twitter redirects (diff) | |
download | libredirect-24b0f9c01f258117af8d5f013a1838cbb117cad2.zip |
Fixes #99 - Bibliogram, handle /igtv/, /tv/ and /reel/
Diffstat (limited to '')
-rw-r--r-- | background.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/background.js b/background.js index 45e01f89..ee90e8d0 100644 --- a/background.js +++ b/background.js @@ -71,6 +71,9 @@ const instagramReservedPaths = [ "imageproxy", "videoproxy", ".well-known", + "igtv", + "tv", + "reel", ]; const bibliogramBypassPaths = /\/(accounts\/|embeds?.js)/; const bibliogramInstances = [ |