Skip to content

Commit

Permalink
reverted back an accidental code change
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmavis committed Jun 20, 2017
1 parent f2a5352 commit 11af8d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/security-headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ export default {
],
connectSrc: [
`'self'`,
env.PULSE_API || `https://network-pulse-api-staging.herokuapp.com/`,
`*`
env.PULSE_API || `https://network-pulse-api-staging.herokuapp.com/`
],
childSrc: [
`'none'`
Expand Down

0 comments on commit 11af8d6

Please sign in to comment.