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
When using CSP Embedded Enforcement, embedder maybe only interested in enforcing nonce-based CSP, but doesn't care much about what the nonce value is.
From reading existing spec, it seems like exact nonce value has to match, which introduces complexity to embeddee, where it has to parse request header and apply same nonce value to its document.
We probably should introduce a way to validate that the nonce is being used in embeddee, but makes no actual value checks.
When using CSP Embedded Enforcement, embedder maybe only interested in enforcing nonce-based CSP, but doesn't care much about what the nonce value is.
From reading existing spec, it seems like exact nonce value has to match, which introduces complexity to embeddee, where it has to parse request header and apply same nonce value to its document.
We probably should introduce a way to validate that the nonce is being used in embeddee, but makes no actual value checks.
Example:
The text was updated successfully, but these errors were encountered: