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(security): pass through when no proxy secret is configured
withSigning now delegates to the inner handler without verification
when NUXT_SCRIPTS_PROXY_SECRET is not set. This avoids breaking
existing users who upgrade before components emit signed URLs.
Signing enforcement activates automatically once a secret is set.
0 commit comments