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 4091179 commit 1fd1309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion image/image.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $mol_image $mol_view
alt <= title
loading <= loading \eager
decoding <= decoding \async
crossOrigin <= cors \anonymous
crossOrigin <= cors null
attr *any
^
width <= natural_width 0
Expand Down
1 change: 1 addition & 0 deletions offline/offline.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ namespace $ {
const headers = new Headers( response.headers )
headers.set( "Cross-Origin-Embedder-Policy", "credentialless" )
headers.set( "Cross-Origin-Opener-Policy", "same-origin" )
headers.set( "$mol_offline", "" )

response = new Response( response.body, {
status: response.status,
Expand Down

0 comments on commit 1fd1309

Please sign in to comment.