mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 10:10:14 +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
|
* Defines domains that cannot be accessed by the system
|
||||||
* due to usage policies or technical restrictions
|
* due to usage policies or technical restrictions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
$host = parse_url(defined('SITE_URL') ? SITE_URL : '', PHP_URL_HOST);
|
||||||
return [
|
return [
|
||||||
|
$host,
|
||||||
|
'localhost',
|
||||||
|
'127.0.0.1',
|
||||||
// News sites
|
// News sites
|
||||||
//-- Content behind login access/hard paywall
|
//-- Content behind login access/hard paywall
|
||||||
'wsj.com',
|
'wsj.com',
|
||||||
|
|
Loading…
Add table
Reference in a new issue