We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5409407 commit ee6f57aCopy full SHA for ee6f57a
app/data/blocked_domains.php
@@ -6,7 +6,12 @@
6
* Defines domains that cannot be accessed by the system
7
* due to usage policies or technical restrictions
8
*/
9
+
10
+$host = parse_url(defined('SITE_URL') ? SITE_URL : '', PHP_URL_HOST);
11
return [
12
+ $host,
13
+ 'localhost',
14
+ '127.0.0.1',
15
// News sites
16
//-- Content behind login access/hard paywall
17
'wsj.com',
0 commit comments