mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Test filters are trusted
This commit is contained in:
parent
760bd23c5e
commit
d7ae3a185e
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ async function fetchList(assetDetails) {
|
|||
}
|
||||
fetchedURLs.add(part.url);
|
||||
if (
|
||||
assetDetails.trustedSource ||
|
||||
assetDetails.trusted ||
|
||||
part.url.startsWith('https://ublockorigin.github.io/uAssets/filters/')
|
||||
) {
|
||||
newParts.push(`!#trusted on ${secret}`);
|
||||
|
|
|
|||
Loading…
Reference in a new issue