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
{{ message }}
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
In this situation, equiv_csp_header ends up being a blank string and causes a CSP parsing error because the string is too short.
I plan on fixing the http-equiv for my site, but the observatory code should probably check if equiv_csp_header is a blank line before attempting to parse it.
My site is currently returning the following CSP headers:
However, the framework used to generate my site adds the following
metatag to the HTML header:In this situation,
equiv_csp_headerends up being a blank string and causes a CSP parsing error because the string is too short.I plan on fixing the
http-equivfor my site, but the observatory code should probably check ifequiv_csp_headeris a blank line before attempting to parse it.