Merge pull request #6 from EbookFoundation/staging

fix for prod
pull/15/head
Theodore Kluge 2018-10-25 20:57:32 -04:00 committed by GitHub
commit d3777a43dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -237,10 +237,9 @@ module.exports = {
* > Be sure to use the right protocol! ("http://" vs. "https://") *
* *
***************************************************************************/
// onlyAllowOrigins: [
// 'https://example.com',
// 'https://staging.example.com',
// ],
onlyAllowOrigins: [
'https://ec2-18-219-76-43.us-east-2.compute.amazonaws.com',
],
/***************************************************************************
* *