Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 11af8d6

Browse files
committed
reverted back an accidental code change
1 parent f2a5352 commit 11af8d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

js/security-headers.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ export default {
2828
],
2929
connectSrc: [
3030
`'self'`,
31-
env.PULSE_API || `https://network-pulse-api-staging.herokuapp.com/`,
32-
`*`
31+
env.PULSE_API || `https://network-pulse-api-staging.herokuapp.com/`
3332
],
3433
childSrc: [
3534
`'none'`

0 commit comments

Comments
 (0)