Skip to content

Commit

Permalink
fix security policy
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlarson committed Aug 19, 2024
1 parent 40a4608 commit c609e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csp.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const policies = {
],
'font-src': ["'self'"],
'frame-src': ["'self'"],
'connect-src': ["'self'", 'https://maps.googleapis.com', 'http://localhost:33000/api/users/me'],
'connect-src': ["'self'", 'https://maps.googleapis.com', 'http://localhost:33000'],
}

module.exports = Object.entries(policies)
Expand Down

0 comments on commit c609e23

Please sign in to comment.