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
I was wondering if this seems right to you, and if not, I'm happy to submit a PR! I don't believe this would be a breaking change.
The text was updated successfully, but these errors were encountered:
mxxk
changed the title
Support helmet.crossOriginEmbedderPolicy({ policy: 'unsafe-none' })?
Support unsafe-none in helmet.crossOriginEmbedderPolicy?
Nov 4, 2023
@EvanHahn thanks for your continued work on this package. 🙌
I noticed that although
unsafe-none
is a valid value forCross-Origin-Opener-Policy
andCross-Origin-Embedder-Policy
, and it is supported byhelmet
COOP,helmet/middlewares/cross-origin-opener-policy/index.ts
Lines 3 to 11 in 3123831
but it is not supported by
helmet
COEP:helmet/middlewares/cross-origin-embedder-policy/index.ts
Lines 3 to 7 in 3123831
I was wondering if this seems right to you, and if not, I'm happy to submit a PR! I don't believe this would be a breaking change.
The text was updated successfully, but these errors were encountered: