Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1381 from CityOfBoston/bibblio_api_8_27
Browse files Browse the repository at this point in the history
Fixed origin value.
  • Loading branch information
mmcgowanBOS committed Aug 27, 2019
2 parents 642476d + bb64064 commit dd00f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function checkDomain(){
$allowed = array(
'https://bostonuat.prod.acquia-sites.com',
'https://bostonci.prod.acquia-sites.com',
'boston.gov',
'https://www.boston.gov',
);

if (isset($_SERVER['HTTP_ORIGIN']) && in_array($_SERVER['HTTP_ORIGIN'], $allowed)){
Expand Down

0 comments on commit dd00f4c

Please sign in to comment.