Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Update sources.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam authored Sep 17, 2018
1 parent 3f8063e commit 50a3896
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/sources.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@
],

[
'uri' => 'http://adaway.org/hosts.txt',
'uri' => 'https://adaway.org/hosts.txt',
'title' => '~400 записей',
'checked' => true,
],

[
'uri' => 'http://www.malwaredomainlist.com/hostslist/hosts.txt',
'uri' => 'https://www.malwaredomainlist.com/hostslist/hosts.txt',
'title' => '~1500 записей',
'checked' => false,
],

[
'uri' => 'http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext',
'uri' => 'https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext',
'title' => '~2400 записей',
'checked' => true,
],

[
'uri' => 'http://someonewhocares.org/hosts/hosts',
'uri' => 'https://someonewhocares.org/hosts/hosts',
'title' => '~12000 записей',
'checked' => false,
],
Expand All @@ -49,7 +49,7 @@
],

[
'uri' => 'http://hosts-file.net/ad_servers.txt',
'uri' => 'https://hosts-file.net/ad_servers.txt',
'title' => '~45000 записей',
'checked' => false,
],
Expand Down

0 comments on commit 50a3896

Please sign in to comment.