Add "credentialless" to CrossOriginEmbedderPolicy enum #16991
Labels
in: web
An issue in web modules (web, webmvc)
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
The
Cross-Origin-Embedder-Policy
header now supports the additional valuecredentialless
(https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Embedder-Policy#credentialless), but the Spring Security enumCrossOriginEmbedderPolicy
does not have this value, so it is not possible to configure via DSL.The
CrossOriginEmbedderPolicy
should have the additional value forcredentialless
so it is configurable via DSL.Currently this enum value does not exist, so we have to add custom code to add this
Cross-Origin-Embedder-Policy: credentialless
header, rather than using the DSL.The text was updated successfully, but these errors were encountered: