|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <title>Your short link - cubelink</title> |
5 | | - <link rel="stylesheet" href="https://{{ cdn }}/style.css" /> |
| 5 | + <link rel="stylesheet" href="https://{{ cdn }}/style.css" integrity="sha384-wUdlFxWYlrECprUMtZACDfROoVPJ7yvZw43pdMgDqYVlxDJEJZb3vD+AStJqzf0u" crossorigin="anonymous" /> |
6 | 6 | <link |
7 | 7 | rel="icon" |
8 | 8 | type="image/png" |
9 | 9 | href="https://{{ cdn }}/favicon-96x96.png" |
10 | 10 | sizes="96x96" |
| 11 | + integrity="sha384-dnkgadw7QrrNMHmdxZW+FZtG1u69j4jZN+Rc1aPzMe8rYAfhbtAyh6p8NuI+7CEH" |
| 12 | + crossorigin="anonymous" |
11 | 13 | /> |
12 | 14 | <link |
13 | 15 | rel="icon" |
14 | 16 | type="image/svg+xml" |
15 | 17 | href="https://{{ cdn }}/favicon.svg" |
| 18 | + integrity="sha384-WagmUggrGjucwi77hTatzRuMl2X3h/9xwm5VhNOK4JoaLRNFZyc2udjipB2iolrX" |
| 19 | + crossorigin="anonymous" |
| 20 | + /> |
| 21 | + <link |
| 22 | + rel="shortcut icon" |
| 23 | + href="https://{{ cdn }}/favicon.ico" |
| 24 | + integrity="sha384-GahwGK136yZ57RiOzqQDM6Rw1uEPTxG05KY7TXdph2E/JgaaGTKb+BvFQKeG8aNP" |
| 25 | + crossorigin="anonymous" |
16 | 26 | /> |
17 | | - <link rel="shortcut icon" href="https://{{ cdn }}/favicon.ico" /> |
18 | 27 | <link |
19 | 28 | rel="apple-touch-icon" |
20 | 29 | sizes="180x180" |
21 | 30 | href="https://{{ cdn }}/apple-touch-icon.png" |
| 31 | + integrity="sha384-JJ/2lc8hL09uRZe4iD7qX22/XbWUilKQDfv8Jwk4qHjxo0d1DaaOFErJe+AcsjHU" |
| 32 | + crossorigin="anonymous" |
22 | 33 | /> |
23 | | - <link rel="manifest" href="https://{{ cdn }}/site.webmanifest" /> |
| 34 | + <link rel="manifest" href="https://{{ cdn }}/site.webmanifest" integrity="sha384-j9TPflkpavC9RTKD5tkavefhKk4I3wU88f/amU0X+GfYSxKTIq+0Ab61jZSfIctn" crossorigin="anonymous" /> |
24 | 35 | <meta id="errorreason" value="{{ errormessage }}" /> |
25 | 36 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
26 | 37 | </head> |
27 | 38 |
|
28 | 39 | <body> |
29 | | - <script src="https://{{ cdn }}/qrcode.min.js"></script> |
| 40 | + <script src="https://{{ cdn }}/qrcode.min.js" integrity="sha384-hIgHkwCcA5ZEc+J9MEhLLKneaRztxODMSKruhDydFGRuDGa/fagUluO0J/+WIMMU" crossorigin="anonymous"></script> |
30 | 41 | <div id="notification" class="notification"></div> |
31 | 42 | <form method="GET" action="" autocomplete="off" class="form"> |
32 | 43 | <div class="control"> |
@@ -88,9 +99,9 @@ <h1>Statistics</h1> |
88 | 99 | <a href="https://jacksec.engineer" target="_blank"> Made by Jack </a> |
89 | 100 | </div> |
90 | 101 | </form> |
91 | | - <script src="https://{{ cdn }}/timeago.min.js"></script> |
92 | | - <script src="https://{{ cdn }}/statpage.js"></script> |
93 | | - <script src="https://{{ cdn }}/copy.js"></script> |
94 | | - <script src="https://{{ cdn }}/main.js"></script> |
| 102 | + <script src="https://{{ cdn }}/timeago.min.js" integrity="sha384-V026XwMyKE2mWMNj9mt8sfjpb9UuKp8s6eXk3HY4nHqCE2dhi57NdCKT/gF6owTr" crossorigin="anonymous"></script> |
| 103 | + <script src="https://{{ cdn }}/statpage.js" integrity="sha384-lNaayjqFHjiUWfFsu3zaeX9s6bc9E4fhOmoaAARNFdtbh04BIvUGmyx4g47feQY1" crossorigin="anonymous"></script> |
| 104 | + <script src="https://{{ cdn }}/copy.js" integrity="sha384-P1AJn486xjYAc5XHIUZQIJ91L+sd+PSg86a1zkV95bRHyKq2JlV2YCxJuUbePA3w" crossorigin="anonymous"></script> |
| 105 | + <script src="https://{{ cdn }}/main.js" integrity="sha384-+mgxv/j8PS4LqfbANhG2Iy3ZROxiOMvFDK5SAzv2RzFAl/VXX4baZgpmUVEENxS/" crossorigin="anonymous"></script> |
95 | 106 | </body> |
96 | 107 | </html> |
0 commit comments