Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…e8f-4a33-0410-9214-8715c29b7d85
  • Loading branch information
tobiasz.cudnik committed Sep 24, 2008
1 parent 41522cb commit dc218d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jQueryServer/jQueryServer.php
Expand Up @@ -39,6 +39,7 @@ function __construct($data) {
&& in_array($referer, $this->config['allowedRefererHosts']);
if (! $authorized) {
throw new Exception("Host '{$_SERVER['HTTP_REFERER']}' not authorized to make requests.");
return;
}
}
// phpQueryClass::$debug = true;
Expand Down

0 comments on commit dc218d1

Please sign in to comment.