Browse Source
Add crossorigin attribute to manifest
pull/1265/head
moppman
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/www/index.html
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
<title>WireGuard</title> |
|
|
|
<meta charset="utf-8"/> |
|
|
|
<link href="./css/app.css" rel="stylesheet"> |
|
|
|
<link rel="manifest" href="./manifest.json"> |
|
|
|
<link rel="manifest" href="./manifest.json" crossorigin="use-credentials"> |
|
|
|
<link rel="icon" type="image/png" href="./img/favicon.png"> |
|
|
|
<link rel="apple-touch-icon" href="./img/apple-touch-icon.png"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> |
|
|
|
|