-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump smartystreets-javascript-sdk from 2.1.2 to 3.2.0 in /frontend (#…
…6699) * Bump smartystreets-javascript-sdk from 2.1.2 to 3.2.0 in /frontend Bumps [smartystreets-javascript-sdk](https://github.com/smartystreets/smartystreets-javascript-sdk) from 2.1.2 to 3.2.0. - [Changelog](https://github.com/smarty/smartystreets-javascript-sdk/blob/master/CHANGELOG.md) - [Commits](smarty/smartystreets-javascript-sdk@2.1.2...3.2.0) --- updated-dependencies: - dependency-name: smartystreets-javascript-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix smarty urls --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bob Zhao <[email protected]>
- Loading branch information
1 parent
862a462
commit 7fc103e
Showing
3 changed files
with
41 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
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 |
---|---|---|
@@ -1,47 +1,47 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<% if (process.env.NODE_ENV !== 'development') { %> | ||
<meta | ||
http-equiv="Content-Security-Policy" | ||
content=" | ||
<head> | ||
<% if (process.env.NODE_ENV !== 'development') { %> | ||
<meta | ||
http-equiv="Content-Security-Policy" | ||
content=" | ||
%REACT_APP_CONTENT_SECURITY_POLICY_DEFAULT_SRC% | ||
%REACT_APP_CONTENT_SECURITY_POLICY_SCRIPT_SRC% | ||
style-src 'self' 'unsafe-inline'; | ||
img-src 'self' https://touchpoints.app.cloud.gov https://hhs-prime.okta.com https://hhs-prime.oktapreview.com data:; | ||
connect-src 'self' https://us-street.api.smartystreets.com https://us-zipcode.api.smartystreets.com www.google-analytics.com https://touchpoints.app.cloud.gov https://dc.services.visualstudio.com/v2/track https://*.applicationinsights.azure.com %REACT_APP_BACKEND_URL%/ ; | ||
connect-src 'self' https://us-street.api.smarty.com https://us-zipcode.api.smarty.com www.google-analytics.com https://touchpoints.app.cloud.gov https://dc.services.visualstudio.com/v2/track https://*.applicationinsights.azure.com %REACT_APP_BACKEND_URL%/ ; | ||
frame-src 'self' https://www.youtube.com; | ||
"> | ||
<% } %> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="%PUBLIC_URL%/%REACT_APP_ICON%" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<meta | ||
name="description" | ||
content="%REACT_APP_DESCRIPTION%" | ||
/> | ||
<meta name="robots" content="noindex" /> | ||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/%REACT_APP_ICON%" /> | ||
<!-- | ||
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" /> | ||
<title>%REACT_APP_TITLE%</title> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
<!-- | ||
This HTML file is a template. | ||
If you open it directly in the browser, you will see an empty page. | ||
<% } %> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" href="%PUBLIC_URL%/%REACT_APP_ICON%" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<meta | ||
name="description" | ||
content="%REACT_APP_DESCRIPTION%" | ||
/> | ||
<meta name="robots" content="noindex" /> | ||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/%REACT_APP_ICON%" /> | ||
<!-- | ||
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" /> | ||
<title>%REACT_APP_TITLE%</title> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
<!-- | ||
This HTML file is a template. | ||
If you open it directly in the browser, you will see an empty page. | ||
You can add webfonts, meta tags, or analytics to this file. | ||
The build step will place the bundled scripts into the <body> tag. | ||
You can add webfonts, meta tags, or analytics to this file. | ||
The build step will place the bundled scripts into the <body> tag. | ||
To begin the development, run `yarn start`. | ||
To create a production bundle, use `yarn build`. | ||
--> | ||
</body> | ||
To begin the development, run `yarn start`. | ||
To create a production bundle, use `yarn build`. | ||
--> | ||
</body> | ||
</html> |
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