-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #288 from ajinkyapandetekdi/25-feb-1.4.0
Issueid #236033 Not Able to Record Audio in TN-Staging after CSP changes
- Loading branch information
Showing
5 changed files
with
36 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
name="description" | ||
content="Base React App structure for Devigital Systems Projects" | ||
/> | ||
|
||
<!-- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> --> | ||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
|
@@ -23,24 +23,26 @@ | |
/> | ||
<link href="https://fonts.cdnfonts.com/css/bad-comic" rel="stylesheet" /> | ||
<script src="./js/jquery-3.7.0.min.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js"></script> | ||
<title>EkStep</title> | ||
|
||
<!-- Content Security Policy --> | ||
<meta http-equiv="Content-Security-Policy" content=" | ||
default-src 'self'; | ||
script-src 'self' https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js 'unsafe-eval'; | ||
style-src 'self' https://fonts.googleapis.com https://fonts.cdnfonts.com 'unsafe-inline'; | ||
object-src 'none'; | ||
base-uri 'self'; | ||
connect-src 'self' *.theall.ai; | ||
font-src 'self' https://fonts.googleapis.com https://fonts.cdnfonts.com https://fonts.gstatic.com; | ||
frame-src 'self'; | ||
img-src 'self' https://images.squarespace-cdn.com data:; | ||
manifest-src 'self'; | ||
media-src 'self'; | ||
worker-src 'none'; | ||
" /> | ||
<meta http-equiv="Content-Security-Policy" content=" | ||
default-src 'none'; | ||
script-src 'self' https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js 'unsafe-eval'; | ||
style-src 'self' https://fonts.googleapis.com https://fonts.cdnfonts.com 'unsafe-inline'; | ||
object-src 'none'; | ||
base-uri 'self'; | ||
connect-src 'self' *.theall.ai https://all-prod-content-service.s3.ap-south-1.amazonaws.com blob:; | ||
font-src 'self' https://fonts.googleapis.com https://fonts.cdnfonts.com https://fonts.gstatic.com; | ||
frame-src 'self'; | ||
img-src 'self' https://images.squarespace-cdn.com https://all-prod-content-service.s3.ap-south-1.amazonaws.com https://s3.ap-south-1.amazonaws.com data: blob: https://raw.githubusercontent.com/; | ||
manifest-src 'self'; | ||
media-src 'self' blob: https://all-prod-content-service.s3.ap-south-1.amazonaws.com; | ||
worker-src 'self' blob: https://d114esnbvw5tst.cloudfront.net; | ||
form-action 'self'; | ||
frame-ancestors 'self'; | ||
" /> | ||
|
||
|
||
</head> | ||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters