bruno
bruno copied to clipboard
Content Security Policy prevents trying openapi APIs
I have checked the following:
- [x] I have searched existing issues and found nothing related to my issue.
This bug is:
- [x] making Bruno unusable for me
- [ ] slowing me down but I'm able to continue working
- [ ] annoying
- [ ] this feature was working in a previous version but is broken in the current release.
Bruno version
2.6.1
Operating System
Fedora 42
Describe the bug
Open API can't be tested due to Content Security Policy directive set to "connect-src 'self' https://*.posthog.com", where self is file:// (see the screenshot)
Maybe add a setting for allowed origins or edit the defaults
.bru file to reproduce the bug
No response
Screenshots/Live demo link
The change in the content security policy seems to have caused this https://github.com/usebruno/bruno/pull/4027/files
have the same
PR fixing this has been merged and will be available in our upcoming v3.0.0 release 🎉 🎉