1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-17 07:52:42 +01:00
uBlock/src/js
Raymond Hill 3bb73065e3
Fix broken forward compatibility re. imported lists
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1480

Forward compatiblity was broken due to `externalLists`
being converted into an Array from a string, i.e.
downgrading to uBO 1.32.4 was completely breaking uBO.

This commit restores `externalLists` as a string which
is what older versions of uBO expect.

A new property `importedLists` has been created to
hold the imported lists as an array, while
`externalLists` will be kept around for a while until
it is completely removed in some future.
2021-01-31 10:30:12 -05:00
..
codemirror Fix word-based selection in filter list editor/viewer 2020-12-27 09:32:50 -05:00
scriptlets Reset Chromium-specific color-scheme CSS property 2020-12-21 09:20:56 -05:00
wasm
1p-filters.js Fix hint helper in element picker's text editor 2020-12-03 07:34:50 -05:00
3p-filters.js Fix regex to validate URL of imported lists 2020-10-23 06:25:08 -04:00
about.js Add new filter option queryprune= 2020-10-31 10:42:53 -04:00
advanced-settings.js Add support for admin-managed hidden settings 2021-01-05 12:16:50 -05:00
asset-viewer.js Fix hint helper in element picker's text editor 2020-12-03 07:34:50 -05:00
assets.js Wait for removal of storage entries to be completed 2020-12-04 06:17:18 -05:00
background.js Fix broken forward compatibility re. imported lists 2021-01-31 10:30:12 -05:00
cachestorage.js Add support for cloud storage compression 2020-08-16 11:59:27 -04:00
click2load.js Fix handling of cname-aliased URLs in click-to-load widget 2021-01-22 09:37:12 -05:00
cloud-ui.js Add support for removal of cloud storage entries 2020-08-21 09:18:33 -04:00
commands.js Dynamically reload 3p css when noop-ing "3rd-party" cell 2020-12-12 14:33:49 -05:00
console.js
contentscript.js Add ability to lookup effective context from store of frames 2021-01-10 11:56:27 -05:00
contextmenu.js Add support to launch element picker in embedded frames 2020-12-05 15:26:29 -05:00
cosmetic-filtering.js Harden processing of changes in compiled list format 2020-12-08 10:00:47 -05:00
dashboard-common.js
dashboard.js Adding to and further reviewing admin-managed settings 2021-01-06 11:39:24 -05:00
document-blocked.js Fix missing magnifier in document-blocked page 2020-12-07 14:32:59 -05:00
dyna-rules.js Upload non-filtered rules to cloud storage 2021-01-28 09:43:14 -05:00
dynamic-net-filtering.js
epicker-ui.js Fix auto-completion for epicker in Firefox 2020-12-15 09:38:20 -05:00
fa-icons.js Fix missing magnifier in document-blocked page 2020-12-07 14:32:59 -05:00
filtering-context.js Fix top document partyness 2020-11-01 06:25:26 -05:00
hnswitches.js Enable the blocking of CSP reports by default 2020-12-11 12:34:09 -05:00
hntrie.js Reuse duplicate strings stored in tries 2020-12-04 07:53:01 -05:00
html-filtering.js Fix look-up of specific-generic filters entity-less hostnames 2020-12-14 11:22:08 -05:00
i18n.js Fix layout issue with cloud storage widget 2020-08-21 08:57:47 -04:00
logger-ui-inspector.js
logger-ui.js Improve representation of modifier filters in logger 2020-11-20 07:14:02 -05:00
logger.js Add new filter option queryprune= 2020-10-31 10:42:53 -04:00
lz4.js Add support for cloud storage compression 2020-08-16 11:59:27 -04:00
messaging.js Fix broken forward compatibility re. imported lists 2021-01-31 10:30:12 -05:00
pagestore.js Fix handling of cname-aliased URLs in click-to-load widget 2021-01-22 09:37:12 -05:00
popup-fenix.js Improve layout of popup panel when rendered in a tab 2020-10-18 10:00:55 -04:00
popup.js Allow hiding blocked count since install in popup panel 2020-05-01 19:47:01 -04:00
redirect-engine.js Fix handling of cname-aliased URLs in click-to-load widget 2021-01-22 09:37:12 -05:00
reverselookup.js Harden processing of changes in compiled list format 2020-12-08 10:00:47 -05:00
scriptlet-filtering.js Fix case of scriptlet injection not working about: frames 2020-12-18 12:07:08 -05:00
settings.js
shortcuts.js
start.js Fix broken forward compatibility re. imported lists 2021-01-31 10:30:12 -05:00
static-ext-filtering.js
static-filtering-parser.js Allow everybody to use now-stable queryprune= 2021-01-06 11:17:07 -05:00
static-net-filtering.js Minor fine tuning of some default parameters 2021-01-21 08:40:10 -05:00
storage.js Fix broken forward compatibility re. imported lists 2021-01-31 10:30:12 -05:00
strie.js Reuse duplicate strings stored in tries 2020-12-04 07:53:01 -05:00
tab.js Add ability to lookup effective context from store of frames 2021-01-10 11:56:27 -05:00
text-encode.js
traffic.js Fix potential spurious redirection in whitelisted tabless contexts 2021-01-30 15:08:21 -05:00
ublock.js Dynamically reload 3p css when noop-ing "3rd-party" cell 2020-12-12 14:33:49 -05:00
udom.js Disable auto activation of dark theme in next release 2020-11-13 12:15:29 -05:00
uritools.js
url-net-filtering.js
utils.js Fix broken forward compatibility re. imported lists 2021-01-31 10:30:12 -05:00
whitelist.js Add "extraTrustedSiteDirectives" as new admin policy 2021-01-04 07:54:24 -05:00