Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jan 2, 2025
1 parent 1fd1309 commit 7e4cf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offline/offline.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace $ {
if (response.status !== 200) return response

const headers = new Headers( response.headers )
headers.set( "Cross-Origin-Embedder-Policy", "credentialless" )
headers.set( "Cross-Origin-Embedder-Policy", "require-corp" )
headers.set( "Cross-Origin-Opener-Policy", "same-origin" )
headers.set( "$mol_offline", "" )

Expand Down

0 comments on commit 7e4cf81

Please sign in to comment.