Skip to content

Commit 04df577

Browse files
Merge pull request #28 from stefanbobrowski/feature/mvp
update security policy to load recaptcha
2 parents ad3e8c2 + 6334864 commit 04df577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ app.use((req, res, next) => {
4545
"script-src 'self';",
4646
"style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;",
4747
"font-src 'self' https://fonts.gstatic.com;",
48+
"frame-src https://www.google.com;",
4849
].join(" "),
4950
);
5051
res.setHeader("X-Content-Type-Options", "nosniff");

0 commit comments

Comments
 (0)