allure-framework / allure-bamboo

Allure plugin for Atlassian Bamboo
Apache License 2.0
26 stars 20 forks source link

Reports aren't displayed on a bamboo build page due to the conflict with X-Frame-Options #332

Open tomkeiev opened 10 months ago

tomkeiev commented 10 months ago

Bamboo v9.3.4 build 90306 Allure Bamboo plugin v1.17.0 On a build results page, the report can't be displayed. There is an error in the console saying: "Refused to display 'https://bamboo.mydomain.com/' in a frame because it set multiple 'X-Frame-Options' headers with conflicting values ('ALLOWALL, SAMEORIGIN, SAMEORIGIN'). Falling back to 'deny'." Some Chrome extensions can help by ignoring the X-Frame-Options header but it resolves the issue only locally and not for all people who want to see the report.

bamboo plugin x-frame options