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
fix: CSP and script-tag for Matomo analytics and AdSense
script-tag only destructured :src and :nonce, silently dropping extra
attributes like :async and :crossorigin needed by the AdSense tag.
Changed to pass through all attributes.
CSP connect-src blocked Matomo tracker requests to t.dungeonmastersvault.com
and frame-src (defaulting to 'self') blocked Google ad iframes. Added the
required domains to connect-src and frame-src.
https://claude.ai/code/session_011qVDwDfCBzuUQSLFff1V66
0 commit comments