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 navbar toggler that appears in mobile viewports has a "hamburger menu" icon that is unfortunately blocked by the site's CSP. The icon is defined inline:
Content Security Policy: The page’s settings blocked the loading of a resource at data:image/svg+xml,%3csvg viewBox='0 0 3… (“img-src”).
The fix could be to either adjust the CSP (within reason) to allow this inline image, or replace the image with the respective Font Awesome icon instead.
Expected
Actual
The text was updated successfully, but these errors were encountered:
Adjusting the CSP seems like no big deal, but the "proper" solution is the other one, from what I can tell. Since this is a minor UI issue, I'd opt for the non-CSP solution.
The navbar toggler that appears in mobile viewports has a "hamburger menu" icon that is unfortunately blocked by the site's CSP. The icon is defined inline:
Error from browser devtools:
The fix could be to either adjust the CSP (within reason) to allow this inline image, or replace the image with the respective Font Awesome icon instead.
Expected
Actual
The text was updated successfully, but these errors were encountered: