Skip to content

Commit

Permalink
Deploying to gh-pages from @ 898b5cf 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Jan 3, 2025
1 parent f9ae585 commit 1905855
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web.deps.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion web.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion web.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13551,8 +13551,9 @@ var $;
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", "");
response = new Response(response.body, {
status: response.status,
statusText: response.statusText,
Expand Down

0 comments on commit 1905855

Please sign in to comment.