set up SRI for future use by CSP v3
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
<link rel="canonical" href="https://grapheneos.org/install/"/>
|
||||
<link rel="icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/favicon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="mask-icon" href="{{path|/mask-icon.svg}}" color="#1a1a1a"/>
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png"/>
|
||||
<link rel="stylesheet" href="/main.css"/>
|
||||
{{css|/main.css}}
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
<script type="module" src="/js/redirect.js"></script>
|
||||
@@ -33,7 +33,7 @@
|
||||
<header>
|
||||
<nav id="site-menu">
|
||||
<ul>
|
||||
<li><a href="/"><img src="/mask-icon.svg" alt=""/>GrapheneOS</a></li>
|
||||
<li><a href="/"><img src="{{path|/mask-icon.svg}}" alt=""/>GrapheneOS</a></li>
|
||||
<li><a href="/features">Features</a></li>
|
||||
<li aria-current="page"><a href="/install/">Install</a></li>
|
||||
<li><a href="/build">Build</a></li>
|
||||
@@ -73,7 +73,7 @@
|
||||
less secure and avoids needing any software beyond a browser with WebUSB support.</p>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="/"><img src="/mask-icon.svg" width="512" height="512" alt=""/>GrapheneOS</a>
|
||||
<a href="/"><img src="{{path|/mask-icon.svg}}" width="512" height="512" alt=""/>GrapheneOS</a>
|
||||
<ul id="social">
|
||||
<li><a href="https://twitter.com/GrapheneOS">Twitter</a></li>
|
||||
<li><a href="https://github.com/GrapheneOS">GitHub</a></li>
|
||||
|
||||
Reference in New Issue
Block a user