CSP rules were pointed to the wrong server

This commit is contained in:
Leonard Smith 2021-05-18 18:39:36 -05:00
parent 2a860ca8d2
commit f45aed4628
1 changed files with 3 additions and 3 deletions

View File

@ -22,10 +22,10 @@ module.exports = function (environment) {
// when it is created
},
contentSecurityPolicy: {
'default-src': "'self' backend.bibletranslationtools.org",
'default-src': "'self' backend.bibletranslationresources.org",
'script-src': "'self'",
'font-src': "'self' fonts.googleapis.com fonts.gstatic.com",
'connect-src': "'self' backend.bibletranlationtools.org",
'connect-src': "'self' backend.bibletranslationresources.org",
'img-src': "self",
'style-src': "self",
'media-src': "self"
@ -38,7 +38,7 @@ module.exports = function (environment) {
ENV.APP.LOG_TRANSITIONS = true;
ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
// ENV.APP.LOG_VIEW_LOOKUPS = true;
ENV.APP.hostUrl = 'http://gwt.api';
ENV.APP.hostUrl = 'http://backend.bibletranslationresources.org';
}
if (environment === 'test') {