add configs to handle content-security-policy correctly for custom fxa urls
This commit is contained in:
parent
5fb9e395d5
commit
e2876b119d
2 changed files with 41 additions and 3 deletions
|
@ -145,6 +145,26 @@ const conf = convict({
|
|||
default: 'https://identity.mozilla.com/apps/send',
|
||||
env: 'FXA_KEY_SCOPE'
|
||||
},
|
||||
fxa_csp_oauth_url: {
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'FXA_CSP_OAUTH_URL'
|
||||
},
|
||||
fxa_csp_content_url: {
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'FXA_CSP_CONTENT_URL'
|
||||
},
|
||||
fxa_csp_profile_url: {
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'FXA_CSP_PROFILE_URL'
|
||||
},
|
||||
fxa_csp_profileimage_url: {
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'FXA_CSP_PROFILEIMAGE_URL'
|
||||
},
|
||||
survey_url: {
|
||||
format: String,
|
||||
default: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue