1
0
mirror of https://github.com/SimonBrazell/privacy-redirect synced 2025-02-02 02:26:46 +01:00

Fixes #99 - Bibliogram, handle /igtv/, /tv/ and /reel/

This commit is contained in:
SimonBrazell 2020-11-04 22:06:29 +11:00
parent ae4b99a33e
commit 24b0f9c01f

View File

@ -71,6 +71,9 @@ const instagramReservedPaths = [
"imageproxy", "imageproxy",
"videoproxy", "videoproxy",
".well-known", ".well-known",
"igtv",
"tv",
"reel",
]; ];
const bibliogramBypassPaths = /\/(accounts\/|embeds?.js)/; const bibliogramBypassPaths = /\/(accounts\/|embeds?.js)/;
const bibliogramInstances = [ const bibliogramInstances = [