Skip to content

Commit

Permalink
update preconnect header to include cdn.staticfile.org
Browse files Browse the repository at this point in the history
  • Loading branch information
hifocus committed Jun 15, 2023
1 parent 8cabbf4 commit a1c7f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merger.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<!-- Upgrade HTTP Connections to HTTPS - Default -->
<link rel="preconnect" href="https://s1.pstatp.com" crossorigin>
<link rel="preconnect" href="https://cdn.staticfile.org" crossorigin>
<link rel="preconnect" href="https://sdn.geekzu.org" crossorigin>
<link rel="shortcut icon" type="image/x-icon" id="favicon"><!-- Page icon will be set automatically -->

Expand Down

0 comments on commit a1c7f04

Please sign in to comment.