We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8c7f5 commit dcc4d11Copy full SHA for dcc4d11
lib/tidewave/middleware.rb
@@ -72,8 +72,8 @@ def call(env)
72
73
status, headers, body = @app.call(env)
74
75
- # Remove CSP and X-Frame-Options headers for non-Tidewave routes
76
- # to allow embedding the app in Tidewave
+ # Remove X-Frame-Options headers for non-Tidewave routes to allow embedding.
+ # CSP headers are configured in the CSP application environment.
77
headers.delete("X-Frame-Options")
78
79
[ status, headers, body ]
0 commit comments