mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 02:00:10 +00:00
marreta recursiva #36
This commit is contained in:
parent
5409407833
commit
ee6f57aa43
1 changed files with 5 additions and 0 deletions
|
@ -6,7 +6,12 @@
|
|||
* Defines domains that cannot be accessed by the system
|
||||
* due to usage policies or technical restrictions
|
||||
*/
|
||||
|
||||
$host = parse_url(defined('SITE_URL') ? SITE_URL : '', PHP_URL_HOST);
|
||||
return [
|
||||
$host,
|
||||
'localhost',
|
||||
'127.0.0.1',
|
||||
// News sites
|
||||
//-- Content behind login access/hard paywall
|
||||
'wsj.com',
|
||||
|
|
Loading…
Add table
Reference in a new issue