[mv3] Enable OpenPhish ruleset by default

As discussed with filter list maintainers.
This commit is contained in:
Raymond Hill 2024-12-21 08:57:12 -05:00
parent a17a8ac04b
commit 89e44131a0
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -1300,9 +1300,9 @@ async function main() {
});
await rulesetFromURLs({
id: 'openphish.domains',
name: 'Openphish Domain Blocklist',
name: 'OpenPhish Domain Blocklist',
group: 'malware',
enabled: false,
enabled: true,
urls: [
'https://raw.githubusercontent.com/stephenhawk8054/openphish-adblock/refs/heads/main/filters_init_domains.txt',
],