diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-01-29 23:19:33 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-01-29 23:19:33 +0300 |
commit | 73db935742238196994620d87566e75c1f5c4382 (patch) | |
tree | b85361df202d1257e1607788857fb2c4ffd21ccd /src/config.json | |
parent | Added support for reddit onion https://github.com/libredirect/libredirect/iss... (diff) | |
download | libredirect-73db935742238196994620d87566e75c1f5c4382.zip |
Changed redirect type default to main_frame
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.json b/src/config.json index ad454e4d..a1e88e8d 100644 --- a/src/config.json +++ b/src/config.json @@ -85,7 +85,7 @@ "name": "Youtube", "options": { "enabled": false, - "redirectType": "both", + "redirectType": "main_frame", "frontend": "invidious" }, "imageType": "png", @@ -135,7 +135,7 @@ "name": "Twitter", "options": { "enabled": false, - "redirectType": "both" + "redirectType": "main_frame" }, "imageType": "png", "embeddable": true, @@ -200,7 +200,7 @@ "name": "Imgur", "options": { "enabled": false, - "redirectType": "both" + "redirectType": "main_frame" }, "imageType": "png", "embeddable": true, @@ -322,7 +322,7 @@ "options": { "enabled": false, "frontend": "librarian", - "redirectType": "both" + "redirectType": "main_frame" }, "imageType": "png", "embeddable": true, |