storybook icon indicating copy to clipboard operation
storybook copied to clipboard

[Bug]: Release notes page is broken

Open yannbf opened this issue 2 years ago • 2 comments

Describe the bug

Reported by @kbrandwijk (Thank you!)

When accessing the release notes page, it fails with:

Refused to display 'https://storybook.js.org/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.

image

To Reproduce

  • Run Storybook 7
  • Access http://localhost:6006/?path=/settings/release-notes

System

No response

Additional context

No response

yannbf avatar Mar 01 '23 10:03 yannbf

Hi, I would like to work on this.

pratikkarad avatar Mar 15 '23 17:03 pratikkarad

I looked around release_notes.tsx and tried some changes with URL to avoid sameorigin error. Also tried changing the referrer policy but did not help. Any help is appreciated.

pratikkarad avatar Mar 15 '23 20:03 pratikkarad