summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 21:50:11 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 21:50:11 +0300
commitc401d5c906283f91a6e86ae392eaef56d3a72fbf (patch)
treedb5a012fc3492f164022039359e7f090d36ab9e0 /modules
parentd4dcf8e9228010718ff2a2f91f9a2dc82d42b218 (diff)
blacklist option OPEN_LINKS_IN_NEW_WINDOW, default to rewrite links to open in new windows
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-prefs.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index 178652374..5bc180de4 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -15,7 +15,8 @@
$prefs_blacklist = array("HIDE_FEEDLIST", "SYNC_COUNTERS", "ENABLE_LABELS",
"ENABLE_SEARCH_TOOLBAR", "HIDE_READ_FEEDS", "ENABLE_FEED_ICONS",
- "ENABLE_OFFLINE_READING", "EXTENDED_FEEDLIST", "FEEDS_SORT_BY_UNREAD");
+ "ENABLE_OFFLINE_READING", "EXTENDED_FEEDLIST", "FEEDS_SORT_BY_UNREAD",
+ "OPEN_LINKS_IN_NEW_WINDOW");
$profile_blacklist = array("ALLOW_DUPLICATE_POSTS", "PURGE_OLD_DAYS",
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",