Skip to content

Commit

Permalink
fix: bundle.js.org _header bug
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio authored Dec 26, 2021
1 parent a03853b commit fdfa4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/_headers
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Cache-Control: max-age=1360, stale-while-revalidate=480, public
Accept-CH: DPR, Viewport-Width, Width
X-UA-Compatible: IE=edge
Content-Security-Policy: default-src 'self'; font-src 'self' https://fonts.gstatic.com; style-src 'self' https://fonts.googleapis.com/ 'unsafe-inline'; img-src 'self' https://gitpod.io/ https://bundle.js.org/ data:; script-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src 'self' https:; block-all-mixed-content; upgrade-insecure-requests; base-uri 'self'; object-src 'none'; worker-src 'self'; manifest-src 'self'; media-src 'self' https://res.cloudinary.com/; form-action 'self'; frame-ancestors 'self' https:;
Content-Security-Policy: default-src 'self'; font-src 'self' https://fonts.gstatic.com; style-src 'self' https://fonts.googleapis.com/ 'unsafe-inline'; img-src 'self' https://gitpod.io/ https://bundle.js.org/ data:; script-src https://bundle.js.org/ 'self' 'unsafe-inline' 'unsafe-eval'; connect-src 'self' https:; block-all-mixed-content; upgrade-insecure-requests; base-uri 'self'; object-src 'none'; worker-src 'self'; manifest-src 'self'; media-src 'self' https://res.cloudinary.com/; form-action 'self'; frame-ancestors 'self' https:;
Permissions-Policy: geolocation=(), microphone=(), usb=(), sync-xhr=(self), camera=(), interest-cohort=()
Link: </fonts/FluentSystemIcons-Regular.ttf>; rel=preload; as=font; type=font/ttf; crossorigin=anonymous
Link: <https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;700&amp;display=swap>; rel=preload; as=style
Expand Down

0 comments on commit fdfa4a2

Please sign in to comment.