mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 09:31:01 +01:00
fix typo in comment
This commit is contained in:
parent
5ee427d0f8
commit
520c58102e
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ var matchWhitelistDirective = function(url, hostname, directive) {
|
|||
|
||||
// https://github.com/gorhill/uBlock/issues/1662
|
||||
// Flush all cached `net` cosmetic filters if we are dealing with a
|
||||
// collapsable type: any of the cached entries could be a resource on the
|
||||
// collapsible type: any of the cached entries could be a resource on the
|
||||
// target page.
|
||||
var srcHostname = details.srcHostname;
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue