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
The Content Security Policy (default-src https: 'unsafe-inline') means that the site breaks terribly without TLS. Which is fine, except when running it locally. Figure out how to resolve this, either by eliminating those headers for local deploys, or by setting up e.g. mkcert.
The text was updated successfully, but these errors were encountered:
The Content Security Policy (
default-src https: 'unsafe-inline'
) means that the site breaks terribly without TLS. Which is fine, except when running it locally. Figure out how to resolve this, either by eliminating those headers for local deploys, or by setting up e.g. mkcert.The text was updated successfully, but these errors were encountered: