mirror of
https://github.com/SimonBrazell/privacy-redirect
synced 2025-01-11 00:05:28 +01:00
Fixes #45 - some usersnames caught in instagramReservedPaths
This commit is contained in:
parent
40ce0ed20b
commit
4a08f5da8f
@ -26,7 +26,7 @@ const instagramDomains = [
|
||||
"help.instagram.com",
|
||||
"about.instagram.com",
|
||||
];
|
||||
const instagramReservedPaths = /\/(p|favicon.ico|developer|legal|about|explore|support|press|api|privacy|safety|admin|help|terms|contact|blog|igtv)/;
|
||||
const instagramReservedPaths = /^\/(p|favicon.ico|developer|legal|about|explore|support|press|api|privacy|safety|admin|help|terms|contact|blog|igtv)\/?$/;
|
||||
const bibliogramBypassPaths = /\/(accounts\/|embeds?.js)/;
|
||||
const bibliogramInstances = [
|
||||
'https://bibliogram.art',
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Privacy Redirect",
|
||||
"description": "Redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.",
|
||||
"version": "1.1.23",
|
||||
"version": "1.1.24",
|
||||
"manifest_version": 2,
|
||||
"background": {
|
||||
"scripts": [
|
||||
|
Loading…
Reference in New Issue
Block a user