You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for projects that set a CSP header, it might cause problems with local dev, such as certain files might not load anymore.
ideally, the server should automatically detect the header and extend it in a way to allow localhost as origin.
a quick solution might be to notify the user and offer a flag to remove the CSP header
for projects that set a CSP header, it might cause problems with local dev, such as certain files might not load anymore.
ideally, the server should automatically detect the header and extend it in a way to allow localhost as origin.
a quick solution might be to notify the user and offer a flag to remove the CSP header
workaround: use a browser extension to modify the header, eg:
https://docs.modheader.com/using-modheader/about-modheader
The text was updated successfully, but these errors were encountered: