diff options
-rw-r--r-- | it_url.class | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/it_url.class b/it_url.class index 765a504..0ab4e34 100644 --- a/it_url.class +++ b/it_url.class @@ -162,6 +162,9 @@ function parse_http_header($header) static function _default_headers($url, $p) { + if ((!it::is_devel() || EDC('subreqcheck')) && $p['url'] && T_lang() != T_defaultlang() && it::match('search\.ch/', $p['url']) && !it::match('\blogin\.|banner\.html|/itjs/|/images/|\.(de|fr|en|it)(\.js|\.html|\.php|\.ics|\.pdf|\.json)|machines\.txt', $p['url'])) + it::error(['title' => "Subrequest without language override", 'body' => [ $p ]]); + $headers = [ 'Host' => $url->realhostname . $url->explicitport, 'User-Agent' => "Mozilla/5.0 (compatible; MSIE 9.0; ITools)", |