Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cypress/e2e/signup_from_standard_client/env.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FEATURE_USE_SECURITY_RESPONSE_HEADERS=True
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if (FEATURE_USE_SECURITY_RESPONSE_HEADERS) {
// As for https://github.com/w3c/webappsec-csp/issues/8, the feature is debated
// and seems not useful for open id provider redirection.
// We bypass this security for now.
formAction: ["'self'", "*"],
formAction: ["'self'"],
},
};

Expand Down
Loading