storybook
storybook copied to clipboard
[Bug]: Release notes page is broken
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'.
To Reproduce
- Run Storybook 7
- Access http://localhost:6006/?path=/settings/release-notes
System
No response
Additional context
No response
Hi, I would like to work on this.
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.