Skip to content

Commit

Permalink
fix convertkit form-action being disallowed due to its redirect response
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Oct 21, 2023
1 parent 98b0d1c commit faf86d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"headers": [
{
"key": "Content-Security-Policy",
"value": "default-src 'self';base-uri 'self';form-action 'self' https://app.convertkit.com;frame-ancestors 'none';frame-src https:;img-src 'self' https: data:;object-src 'none';script-src 'self' 'unsafe-inline';script-src-attr 'none';style-src 'self' 'unsafe-inline';upgrade-insecure-requests"
"value": "default-src 'self';base-uri 'self';form-action 'self' https://unicorn-utterances.com/ https://app.convertkit.com/;frame-ancestors 'none';frame-src https:;img-src 'self' https: data:;object-src 'none';script-src 'self' 'unsafe-inline';script-src-attr 'none';style-src 'self' 'unsafe-inline';upgrade-insecure-requests"
},
{
"key": "Cross-Origin-Opener-Policy",
Expand Down

0 comments on commit faf86d3

Please sign in to comment.