mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Enable OpenPhish ruleset by default
As discussed with filter list maintainers.
This commit is contained in:
parent
a17a8ac04b
commit
89e44131a0
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue