From 73db935742238196994620d87566e75c1f5c4382 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 29 Jan 2023 23:19:33 +0300 Subject: Changed redirect type default to main_frame --- src/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/config.json') 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, -- cgit 1.4.1