diff options
author | Hygna <hygna@proton.me> | 2022-09-28 20:18:32 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-09-28 20:18:32 +0100 |
commit | 800d0cbd9fd4286f0affcb5a28f01f03532655fb (patch) | |
tree | 4cc267629d8b7ff4656e83f71d17c2e102b09240 /src/config | |
parent | Started converting storage format (diff) | |
download | libredirect-800d0cbd9fd4286f0affcb5a28f01f03532655fb.zip |
Unify cookies
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.json b/src/config/config.json index 09774895..6f926034 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -184,7 +184,7 @@ "instanceList": true } }, - "targets": ["^https?:\\/{2}(www\\.)?instagram\\.com"], + "targets": ["^https?:\\/{2}(www\\.)?instagram\\.com\\/p\\/"], "name": "Instagram", "options": { "enabled": true }, "imageType": "png", |