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:
parent
ae4b99a33e
commit
24b0f9c01f
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user