Skip to content

Commit

Permalink
codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
achapm committed Jan 16, 2020
1 parent 632c83c commit 572d378
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/initializers/secure_headers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
["'self'", 'https://*']
else
["'self'",
'https://*.pivcac.int.identitysandbox.gov',
'https://*.pivcac.staging.login.gov',
'https://*.pivcac.prod.login.gov']
'https://*.pivcac.int.identitysandbox.gov',
'https://*.pivcac.staging.login.gov',
'https://*.pivcac.prod.login.gov']
end
default_csp_config = {
default_src: ["'self'"],
Expand Down

0 comments on commit 572d378

Please sign in to comment.