From 8daaa3ab3791a5926a833a8ffa74ec64646e5b9a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 18 Jul 2020 21:51:26 +0300 Subject: [PATCH] browser-extensions: force-enable reader mode Resolves: #205 --- pages/browser-extensions.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/browser-extensions.markdown b/pages/browser-extensions.markdown index f885c7f..8f16df1 100644 --- a/pages/browser-extensions.markdown +++ b/pages/browser-extensions.markdown @@ -149,6 +149,7 @@ TODO: Sort this list. * `network.IDN_show_punycode` to `true` in order to see punycode instead of UTF-8 in case of spoofing attempt. However makes reading non-ASCII domains painful. * `network.security.esni.enabled` to `true` in order to enable encrypted SNI. * Requires DoH, see the next section! +* `reader.parse-on-load.force-enabled` to `true` in order to allow reader use to be used on ~all websites and devices (regardless of low RAM?) Future note: [`network.dns.blockDotOnion;false`](https://bugzilla.mozilla.org/show_bug.cgi?id=1497263) ?