Cant get crossOriginIsolated in service worker to true
I already made the server send all responses with headers Cross-Origin-Opener-Policy same-origin Cross-Origin-Embedder-Policy require-corp like described in https://developer.mozilla.org/en-US/docs/Web/API/crossOriginIsolated but Firefox still refuses to give the service worker crossOriginIsolated to true when i put crossOriginIsolated in the console on the website it says true i can see in the console all response have the headers.
Works in Chrome.
I already made the server send all responses with headers
Cross-Origin-Opener-Policy same-origin
Cross-Origin-Embedder-Policy require-corp
like described in https://developer.mozilla.org/en-US/docs/Web/API/crossOriginIsolated
but Firefox still refuses to give the service worker crossOriginIsolated to true
when i put crossOriginIsolated in the console on the website it says true
i can see in the console all response have the headers.
Works in Chrome.