-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Revert trackers #3471
feat: Revert trackers #3471
Conversation
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
@@ -3,17 +3,15 @@ const LOCAL_MODE_HEADERS = []; | |||
const STRAPI_MEDIA_HOST = new URL(process.env.STRAPI_MEDIA_URL).hostname; | |||
const TRUSTED_SOURCES = '*.fabrique.social.gouv.fr *.meilisearch.io/multi-search *.meilisearch.com/multi-search 1j1s-front.osc-fr1.scalingo.io *.1jeune1solution.gouv.fr'; | |||
const ANALYTICS_SOURCES = `${process.env.NEXT_PUBLIC_ANALYTICS_DOMAIN} ${process.env.NEXT_PUBLIC_ANALYTICS_MATOMO_HOST}`; | |||
// FIXME (GAFI 16-10-2024): Si on passait par un Record<CSPKeys, string[]>, ça pourrait nous éviter les typos et améliorer la lisibilité |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Converti en ticket tech
const cookiesService = dependenciesContainerInstance.cookiesService; | ||
useEffect(() => { | ||
if (previousPath.current && previousPath.current !== router.asPath) { | ||
cookiesService.triggerJobs(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remettre cette gestion du changement de page pour Next
9f74dd0
to
b1f0e43
Compare
* Revert "fix: Fix les CSP pour le tracker Snapchat (#3468)" This reverts commit 1359f95. * Revert "feat: Ajoute le tracker Snapchat (#3463)" This reverts commit ec7df05. * Revert "fix: Fix appel tracker floodlight sur bonne page (#3458)" This reverts commit 5f423e4. * Revert "fix: Fix CSP tracker Google tag manager (#3456)" This reverts commit f59d3b1. * Revert "fix: Fix le tracker floodlight (#3455)" This reverts commit 0b55a4a. * Revert "feat: Ajoute le service floodlight (#3435)" This reverts commit 975b0f5.
* Revert "fix: Fix les CSP pour le tracker Snapchat (#3468)" This reverts commit 1359f95. * Revert "feat: Ajoute le tracker Snapchat (#3463)" This reverts commit ec7df05. * Revert "fix: Fix appel tracker floodlight sur bonne page (#3458)" This reverts commit 5f423e4. * Revert "fix: Fix CSP tracker Google tag manager (#3456)" This reverts commit f59d3b1. * Revert "fix: Fix le tracker floodlight (#3455)" This reverts commit 0b55a4a. * Revert "feat: Ajoute le service floodlight (#3435)" This reverts commit 975b0f5.
No description provided.