Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Confluence Companion app nginx configuration

Patrick van der Rijst
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 10, 2020

For the previous version we had to set:

connect-src https://*.atlassian.com 'self' ws:;

Now it goes via an iframe, so I've tried

frame-src https://*.atlassian.com 'self' ws:;

But this gives the error:

Refused to frame '' because it violates the following Content Security Policy directive: "frame-src 'self' https://*.atlassian.com ws:".

I know this is proxy related but something that has changed in the last version so for us it's just guessing what the configuration should be.

Anyone that has the correct security headers?

1 answer

0 votes
Tommy van Extel March 11, 2020

^^ Upvote

Suggest an answer

Log in or Sign up to answer