Skip to content

Commit

Permalink
[mv3] Enable OpenPhish ruleset by default
Browse files Browse the repository at this point in the history
As discussed with filter list maintainers.
  • Loading branch information
gorhill committed Dec 21, 2024
1 parent a17a8ac commit 89e4413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/mv3/make-rulesets.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit 89e4413

Please sign in to comment.