diff --git a/csp.js b/csp.js index cf41327..c83062d 100644 --- a/csp.js +++ b/csp.js @@ -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)