uBlock/src/js
Raymond Hill 27e8c8d468
Normalize tabless xhr to image/media in onHeadersReceived()
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/610

The service worker-related issue affects both
Chromium/Firefox: the type of resources fetched
from a service worker are uniformly set to
`xmlhttprequest`, hence losing a key piece of
information for the purpose of accurate content
filtering.
2019-05-31 09:02:07 -04:00
..
codemirror Add a link to the remote asset in asset viewer 2019-05-23 19:29:59 -04:00
scriptlets Fix errors with cosmetic filter exception in the logger 2019-05-28 07:21:16 -04:00
wasm Do not store impossible to match filters in HNTrie 2019-04-29 13:15:16 -04:00
1p-filters.js Warn when navigating away from pane with unsaved changes 2019-05-19 15:35:00 -04:00
3p-filters.js Ensure the "Filter lists" pane is in sync with update status 2019-05-19 18:31:12 -04:00
about.js Select existing "Advanced settings" page if any 2019-05-25 08:31:06 -04:00
advanced-settings.js Small code review of a52b07ff6e 2019-04-20 19:10:34 -04:00
asset-viewer.js Add a link to the remote asset in asset viewer 2019-05-23 19:29:59 -04:00
assets.js Add a link to the remote asset in asset viewer 2019-05-23 19:29:59 -04:00
background.js Ensure the "Filter lists" pane is in sync with update status 2019-05-19 18:31:12 -04:00
cachestorage.js Code review implementation of cacheStorage.clear() 2019-03-28 10:17:47 -03:00
cloud-ui.js improve ckoud widget for small screen devices 2018-04-10 11:21:56 -04:00
commands.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
console.js Fix spurious output at uBO's dev console 2019-02-18 14:41:04 -05:00
contentscript.js Fix regression in applying procedural cosmetic filters 2019-05-16 17:22:20 -04:00
contextmenu.js fix https://github.com/uBlockOrigin/uBlock-issues/issues/283 2018-11-06 16:11:03 -02:00
cosmetic-filtering.js Add optional support for generic procedural cosmetic filters 2019-05-18 18:57:32 -04:00
dashboard-common.js Select existing "Advanced settings" page if any 2019-05-25 08:31:06 -04:00
dashboard.js Warn when navigating away from pane with unsaved changes 2019-05-19 15:35:00 -04:00
document-blocked.js Fix "Close this window" not working on document-blocked page 2019-05-21 18:56:59 -04:00
dyna-rules.js Avoid spurious diff at edit time in "My rules" 2019-05-25 10:04:31 -04:00
dynamic-net-filtering.js Add support to benchmark the dynamic filtering pane 2019-02-19 10:46:33 -05:00
fa-icons.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
filtering-context.js Improve "Whitelist pane"; remove now useless built-in switch rule 2019-05-18 14:20:05 -04:00
hnswitches.js fix #2859 2018-09-03 14:06:49 -04:00
hntrie.js Fix comment 2019-05-14 09:31:51 -04:00
html-filtering.js Refactor runtime storage of specific cosmetic filters 2019-05-14 08:52:34 -04:00
i18n.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
logger-ui-inspector.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
logger-ui.js Integrate bare-bone filter hit stats in the logger 2019-05-24 11:18:39 -04:00
logger.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
lz4.js Fix Promise chain of WASM module load operations 2019-02-01 08:20:43 -05:00
messaging.js Add a link to the remote asset in asset viewer 2019-05-23 19:29:59 -04:00
pagestore.js Report resources blocked by csp= option in logger 2019-05-11 10:40:34 -04:00
popup.js Grand refactoring of the logger 2019-01-12 16:36:20 -05:00
redirect-engine.js Do not assume wildcards fall on label boundaries 2019-05-14 09:29:45 -04:00
reverselookup-worker.js Fix https://github.com/gorhill/uBlock/issues/3541 2019-05-20 18:29:28 -04:00
reverselookup.js fix #2763 2018-07-22 10:47:02 -04:00
scriptlet-filtering.js Refactor runtime storage of specific cosmetic filters 2019-05-14 08:52:34 -04:00
settings.js Select existing "Advanced settings" page if any 2019-05-25 08:31:06 -04:00
shortcuts.js code review re. 8e9fe020b5 2018-07-22 08:14:50 -04:00
start.js Ensure the "Filter lists" pane is in sync with update status 2019-05-19 18:31:12 -04:00
static-ext-filtering.js Refactor runtime storage of specific cosmetic filters 2019-05-14 08:52:34 -04:00
static-net-filtering.js Discard whole filter with bad csp= content 2019-05-24 15:41:37 -04:00
storage.js Fix parsing of recursive !#if-`!#endif directives 2019-05-18 10:31:04 -04:00
strie.js Add HNTrieRef.dump() and STrieRef.dump() as dev tool 2019-05-06 11:12:39 -04:00
tab.js Rearrange inner loop of static network filtering engine 2019-05-22 17:51:03 -04:00
text-encode.js refactor some webRequest-related code (now that firefox legacy is out of the way) 2018-10-28 10:58:25 -03:00
traffic.js Normalize tabless xhr to image/media in onHeadersReceived() 2019-05-31 09:02:07 -04:00
ublock.js Improve "Whitelist pane"; remove now useless built-in switch rule 2019-05-18 14:20:05 -04:00
udom.js Update fix for https://github.com/uBlockOrigin/uBlock-issues/issues/468 2019-04-14 16:57:09 -04:00
uritools.js Use const, let instead of var 2019-02-24 09:01:58 -05:00
url-net-filtering.js code review: reuse last decomposed hostname (hit rate = 75%) 2018-06-03 13:27:42 -04:00
utils.js Avoid duplicated strings in filterOrigin w/ new approach 2019-05-17 10:13:58 -04:00
whitelist.js Fix broken import-from-file in Whitelist pane 2019-05-26 08:03:44 -04:00