From 11a00b0acca4b2bde45e7ed406a89e0e16e5663a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 21 Apr 2024 00:28:51 -0700 Subject: feat: Add option to make all links open in a new window --- data/config.default.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/config.default.php') diff --git a/data/config.default.php b/data/config.default.php index 4679196..791eb7a 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -376,6 +376,11 @@ $noreferrer = true; */ $noopener = true; +/** + * Include target="_blank" to open links in a new window or tab. + */ +$openLinksInNewWindow = false; + /** * Default number of bookmarks per page. * -1 means no limit. -- cgit v1.2.3-54-g00ecf