Does Reader View circumvent Javascript blocking? #2623
-
This is in regard to Firefox. I see that uBlock Origin does not operate on Is this the case? For security reasons, I disable Javascript by default. I'm wondering if I need to add these rules so Reader View does not run with Javascript enabled. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Sample? |
Beta Was this translation helpful? Give feedback.
According to the code comment, it appears scripting is disabled in reader view? Debugger is blank in dev tools. Also, the code you link to looks up
[data-src]
, so I guess that is why the images load properly.Here: https://searchfox.org/mozilla-central/rev/c7504aeccf60d3cea1e5b62a024a417d1482267b/toolkit/components/reader/Readability.js#1973