1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-17 16:02:33 +01:00
uBlock/src/js/scriptlets
vt 2b9aba2748 Handle invalid meta refresh URLs in noscript scriptlet
Invalid URLs like "http://" and "http://foo@" trigger TypeErrors
when they are passed to the URL constructor. These TypeErrors
caused the scriptlet to stop processing subsequent noscript nodes
due to uncaught exceptions.

These exceptions are now caught to allow all noscript nodes to
be processed.
2021-07-31 13:16:33 -04:00
..
cosmetic-logger.js Add support to chain :style() to procedural operators 2020-09-07 08:28:01 -04:00
cosmetic-off.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00
cosmetic-on.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00
dom-inspector.js Add support to chain :style() to procedural operators 2020-09-07 08:28:01 -04:00
dom-survey-elements.js Add support to chain :style() to procedural operators 2020-09-07 08:28:01 -04:00
dom-survey-scripts.js Fine tune script tags survey scriptlet 2019-11-01 14:28:15 -04:00
epicker.js Fix https://github.com/uBlockOrigin/uBlock-issues/issues/1675 2021-07-31 07:15:19 -04:00
load-3p-css.js Simplify code 2020-12-13 12:14:37 -05:00
load-large-media-all.js Improve interactivity of no-large-media-elements content scripts 2020-10-22 08:44:55 -04:00
load-large-media-interactive.js Skip handling non-media elements 2021-06-25 07:24:00 -04:00
noscript-spoof.js Handle invalid meta refresh URLs in noscript scriptlet 2021-07-31 13:16:33 -04:00
should-inject-contentscript.js Fix race condition at browser launch re. cosmetic filtering 2020-04-04 11:34:43 -04:00
subscriber.js Minor code review of subscriber scriptlet 2020-09-21 07:25:24 -04:00