Skip to content

Commit ee6f57a

Browse files
committed
marreta recursiva #36
1 parent 5409407 commit ee6f57a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/data/blocked_domains.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
* Defines domains that cannot be accessed by the system
77
* due to usage policies or technical restrictions
88
*/
9+
10+
$host = parse_url(defined('SITE_URL') ? SITE_URL : '', PHP_URL_HOST);
911
return [
12+
$host,
13+
'localhost',
14+
'127.0.0.1',
1015
// News sites
1116
//-- Content behind login access/hard paywall
1217
'wsj.com',

0 commit comments

Comments
 (0)