Skip to content

Commit

Permalink
Use SHA256 hash instead of 384 (#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks authored Nov 8, 2023
1 parent aa0df0b commit 8e61b44
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/templates/main_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@
<link
href="https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap"
rel="stylesheet"
integrity="sha384-kVxP/aXwg+PkN511FuqryM/THiiQlE94Vnv1Su+pNFJY+4yvw+4vncZFNZbgY7UL"
crossorigin="anonymous"
integrity="sha256-8UHCn8HdwwrFIG1pimLw1DpQRfkPvTq8jHZLXJwpPo4=" crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css?family=Noto+Sans&display=swap"
rel="stylesheet"
integrity="sha384-tGeHQVuE+OkHZJbt49ODye8E3Hz+UVXmOBzwDcGwcab8YQer8siRT442XmkDqYpp"
crossorigin="anonymous"
integrity="sha256-AueP75pGAtROGzX2BIyKoY/QBX+tH40az+OXhkTthKU=" crossorigin="anonymous"
/>
<meta name="theme-color" content="#0b0c0c"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
Expand Down

0 comments on commit 8e61b44

Please sign in to comment.