Skip to content

Commit

Permalink
+2 bytes for csp
Browse files Browse the repository at this point in the history
  • Loading branch information
icecream17 authored May 3, 2023
1 parent 74e5dee commit 2ac545b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<html lang="en-US">

<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--meta name="color-scheme" content="dark light" /-->
<meta name="theme-color" content="#49515f" />
<meta name="description" content="Sudoku solver created using create-react-app" />
<meta http-equiv="content-security-policy"
content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline';">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
content="default-src 'self'; image-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline';">
<meta charset="utf-8">
<link rel="icon" href="%PUBLIC_URL%/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--meta name="color-scheme" content="dark light"-->
<meta name="theme-color" content="#49515f">
<meta name="description" content="Sudoku solver created using create-react-app">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png">
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down

0 comments on commit 2ac545b

Please sign in to comment.