1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 01:59:38 +02:00

Fix comment

This commit is contained in:
Raymond Hill 2020-12-28 07:07:04 -05:00
parent d910111d4a
commit 4ba3adc28c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -343,10 +343,10 @@ RedirectEngine.prototype.resourceContentFromName = function(name, mime) {
/******************************************************************************/
// TODO: combine same key-redirect pairs into a single regex.
// https://github.com/uBlockOrigin/uAssets/commit/deefe875551197d655f79cb540e62dfc17c95f42
// Consider 'none' a reserved keyword, to be used to disable redirection.
// https://github.com/uBlockOrigin/uBlock-issues/issues/1419
// Append newlines to raw text to ensure processing of trailing resource.
RedirectEngine.prototype.resourcesFromString = function(text) {
const lineIter = new µBlock.LineIterator(