Skip to content

Commit d7ae3a1

Browse files
committed
[mv3] Test filters are trusted
1 parent 760bd23 commit d7ae3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mv3/make-rulesets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ async function fetchList(assetDetails) {
235235
}
236236
fetchedURLs.add(part.url);
237237
if (
238-
assetDetails.trustedSource ||
238+
assetDetails.trusted ||
239239
part.url.startsWith('https://ublockorigin.github.io/uAssets/filters/')
240240
) {
241241
newParts.push(`!#trusted on ${secret}`);

0 commit comments

Comments
 (0)