**Expected Behavior** <!--- Tell us how it should work --> Allow to add `Cross-Origin-Opener-Policy` and `Cross-Origin-Embedder-Policy` headers via dsl and xml. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy **Current Behavior** <!--- Explain the difference from current behavior --> This currently can be provided by https://docs.spring.io/spring-security/site/docs/5.5.x/reference/html5/#headers-custom **Context** <!--- How has this issue affected you? What are you trying to accomplish? What other alternatives have you considered? Are you aware of any workarounds? --> Given the values provided by those headers, it would great to provide them explicitly. I can provide a PR for this in the next weeks if adding them make sense.