Skip to content

Commit

Permalink
🐛 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdra committed Oct 11, 2024
1 parent f3c8cfe commit 2f3bf65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<title>FarmCart</title>

<!-- Relaxed CSP for testing: allows inline scripts, external scripts, and unsafe scripts -->
<meta
<!-- <meta
http-equiv="Content-Security-Policy"
content="default-src *; font-src 'self' data:; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline'; img-src * data: blob:;"
/>
content="default-src *; font-src 'self' data:; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline'; img-src * data: blob:; worker-src 'self' blob:"
/> -->

</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 2f3bf65

Please sign in to comment.