-
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
base: main
Are you sure you want to change the base?
feat: Revert trackers #3471
Conversation
New 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
No description provided.