Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds google analytics to content security policy #1027

Merged
merged 3 commits into from
May 24, 2023

Conversation

seanfeld
Copy link
Collaborator

Google analytics content security policy

Description

Adds Tag manager and analytics to the content security policy based on the guidance here https://developers.google.com/tag-platform/tag-manager/web/csp .

PR Type

  • Bug Fix
  • Feature
  • Build Fix
  • Testing
  • General Improvement
  • Cherry Pick

@seanfeld seanfeld mentioned this pull request May 23, 2023
6 tasks
@seanfeld seanfeld force-pushed the podesta/content-header-analytics branch from 2adeeee to f79374d Compare May 23, 2023 06:35
@seanfeld seanfeld requested a review from njbriggs May 23, 2023 15:35
server/express.js Outdated Show resolved Hide resolved
@seanfeld seanfeld requested a review from dli357 May 23, 2023 22:26
@@ -85,6 +86,7 @@ export const stripAuthHeadersInProxyMode = (cdapConfig, res) => {

function makeApp(authAddress, cdapConfig, uiSettings) {
var app = express();
const serverNonce = crypto.randomBytes(16).toString('base64');
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seanfeld seanfeld force-pushed the podesta/content-header-analytics branch from 73ebcbd to 9a6cdfd Compare May 23, 2023 22:40
@seanfeld seanfeld force-pushed the podesta/content-header-analytics branch from 9a6cdfd to 019f2fa Compare May 23, 2023 22:44
@seanfeld seanfeld merged commit bb2551e into develop May 24, 2023
@seanfeld seanfeld deleted the podesta/content-header-analytics branch May 24, 2023 20:03
@seanfeld seanfeld mentioned this pull request May 24, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants