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

feat: Revert trackers #3471

Merged
merged 6 commits into from
Jan 24, 2025
Merged

feat: Revert trackers #3471

merged 6 commits into from
Jan 24, 2025

Conversation

Mintoo200
Copy link
Contributor

No description provided.

Copy link

socket-security bot commented Nov 26, 2024

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] network Transitive: environment +4 839 kB ioredis-robot

View full report↗︎

@@ -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é
Copy link
Contributor Author

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();
Copy link
Contributor Author

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

@sokl-octo sokl-octo force-pushed the feat/revert_trackers branch from 9f74dd0 to b1f0e43 Compare January 24, 2025 13:59
@sokl-octo sokl-octo marked this pull request as ready for review January 24, 2025 13:59
@sokl-octo sokl-octo merged commit 6878dd5 into main Jan 24, 2025
5 checks passed
@sokl-octo sokl-octo deleted the feat/revert_trackers branch January 24, 2025 14:27
sokl-octo pushed a commit that referenced this pull request Jan 24, 2025
* 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.
sokl-octo pushed a commit that referenced this pull request Jan 24, 2025
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants