Skip to content

Commit

Permalink
fix: add GA to CSP (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolel committed Jul 18, 2023
1 parent a462dbf commit c690b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="robots" content="all">
<meta name="author" content="Sinan Bolel">
<meta name="keywords" content="Sinan, Bolel, Sinan Bolel, Javascript, Typescript, js, Node.js, Node, React.js, React, Vue, Vue.js, Aurelia, Amazon Web Services, AWS, CDK, ECS, EC2, S3, CloudFormation, Google Cloud Platform, Firebase, NoSQL, cloud, computer science, cross-platform, developer, development, engineer, full-stack, Git, GitHub, CSS, CSS3, HTML, HTML5, mobile, Northwestern, opensource, programmer, programming, software, software engineer, user experience, user interface, UI, UX, web, web design, web developer, sbolel, sinanbolel">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests; default-src 'none'; connect-src 'self'; font-src 'none'; frame-src 'none'; img-src 'self' data:; script-src 'none'; script-src-elem 'self' https://www.googletagmanager.com/; style-src 'self' 'unsafe-inline'; base-uri 'self'; worker-src 'none'; manifest-src 'self';">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests; default-src 'none'; connect-src 'self'; font-src 'none'; frame-src 'none'; img-src 'self' data:; script-src 'none'; script-src-elem 'self' https://www.googletagmanager.com/ https://www.google-analytics.com/; style-src 'self' 'unsafe-inline'; base-uri 'self'; worker-src 'none'; manifest-src 'self';">
<meta name="referrer" content="same-origin">
<meta http-equiv="Feature-Policy" content="camera: 'none'; document-domain: 'none'; geolocation: 'none'; microphone: 'none';">
<link rel="shortcut icon" href="/favicon.ico?v=2">
Expand Down

0 comments on commit c690b7b

Please sign in to comment.