Override Content Security Policy not working
Solved
Mattermost
-
wrote on Feb 8, 2023, 4:17 PM last edited by
i need to run mattermost in iframe and overriding the
Content Security Policy
Setting this option will override any CSP headers sent by the app itselfi am trying to override to "frame-ancestors 'xyz.zyz';
can anyone help in this regard
-
Have you seen the documentation for this at https://docs.cloudron.io/apps/#custom-csp ?
-
-
Have you seen the documentation for this at https://docs.cloudron.io/apps/#custom-csp ?
wrote on Feb 8, 2023, 4:58 PM last edited by@nebulon yes i tried exactly but its not working
-
Looks like https://forum.mattermost.com/t/recipe-embedding-mattermost-in-web-applications-using-an-iframe-unsupported-recipe/10233 is the latest recipe.
-
Configure mattermost like so:
Then in surfer app (the app configured above), use the following code:
<!DOCTYPE html> <html> <body style="text-align: center"> <iframe src="https://mattermost.smartserver.io" height="200" width="400"> </iframe> </body> </html>
The going to
surfer.smartserver.io
, I get: -