Skip to content

Commit

Permalink
fix(links): fix crisp urls
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Feb 14, 2025
1 parent 6c5d1e7 commit 52dfc0c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if (FEATURE_USE_SECURITY_RESPONSE_HEADERS) {
"*.crisp.chat",
"wss://*.crisp.chat",
],
frameSrc: ["'self'", "agentconnect.crisp.help"],
frameSrc: ["'self'", "proconnect.crisp.help"],
scriptSrc: ["'self'", "stats.data.gouv.fr", "*.crisp.chat"],
styleSrc: ["'self'", "*.crisp.chat", "'unsafe-inline'"],
fontSrc: ["'self'", "data:", "*.crisp.chat"],
Expand Down
4 changes: 2 additions & 2 deletions src/views/authenticator-app-configuration.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<p>Type : TOTP</p>
<p>Algorithme : SHA1</p>
</b>
<a href="https://agentconnect.crisp.help/fr/article/quest-ce-que-la-double-authentification-1m5mpmj/" class="fr-btn fr-btn--sm fr-btn--tertiary-no-outline fr-icon-question-fill fr-btn--icon-left" target="_blank" rel="noopener noreferrer">Consulter notre page d'aide sur la double authentification</a>
<a href="https://proconnect.crisp.help/fr/article/quest-ce-que-la-double-authentification-1m5mpmj/" class="fr-btn fr-btn--sm fr-btn--tertiary-no-outline fr-icon-question-fill fr-btn--icon-left" target="_blank" rel="noopener noreferrer">Consulter notre page d'aide sur la double authentification</a>
</div>
</div>
<h3>Insérez le code généré par votre application</h3>
Expand All @@ -54,7 +54,7 @@
<% if (locals.hasCodeError) { %>
<p class="fr-error-text" id="email-error">
Code invalide. 
<a href="https://agentconnect.crisp.help/fr/article/quest-ce-que-la-double-authentification-1m5mpmj/#2-comment-faire-si-le-code-a-usage-unique-ne-fonctionne-pas"
<a href="https://proconnect.crisp.help/fr/article/quest-ce-que-la-double-authentification-1m5mpmj/#2-comment-faire-si-le-code-a-usage-unique-ne-fonctionne-pas"
target="_blank"
rel="noopener noreferrer"
aria-label="Page d'aide"
Expand Down
2 changes: 1 addition & 1 deletion src/views/partials/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="fr-footer__bottom">
<ul class="fr-footer__bottom-list">
<li class="fr-footer__bottom-item">
<a class="fr-footer__bottom-link" href="https://agentconnect.crisp.help/fr/">Aide</a>
<a class="fr-footer__bottom-link" href="https://proconnect.crisp.help/fr/">Aide</a>
</li>
<li class="fr-footer__bottom-item">
<a class="fr-footer__bottom-link" href="https://www.proconnect.gouv.fr/">À propos</a>
Expand Down
2 changes: 1 addition & 1 deletion src/views/partials/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<li>
<a
class="fr-btn fr-btn--sm fr-btn--tertiary-no-outline fr-icon-question-fill fr-btn--icon-left"
href="https://agentconnect.crisp.help/fr/"
href="https://proconnect.crisp.help/fr/"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/views/user/2fa-sign-in.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<% if (locals.hasCodeError) { %>
<p class="fr-error-text" id="email-error">
Code invalide. 
<a href="https://agentconnect.crisp.help/fr/article/quest-ce-que-la-double-authentification-1m5mpmj/#2-comment-faire-si-le-code-a-usage-unique-ne-fonctionne-pas"
<a href="https://proconnect.crisp.help/fr/article/quest-ce-que-la-double-authentification-1m5mpmj/#2-comment-faire-si-le-code-a-usage-unique-ne-fonctionne-pas"
target="_blank"
rel="noopener noreferrer"
aria-label="Page d'aide"
Expand Down
2 changes: 1 addition & 1 deletion src/views/user/verify-email.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</div>
<a
class="fr-link fr-icon-question-line fr-link--icon-right"
href="https://agentconnect.crisp.help/fr/article/pourquoi-je-ne-recois-pas-de-code-ou-lien-x1gf1t/"
href="https://proconnect.crisp.help/fr/article/pourquoi-je-ne-recois-pas-de-code-ou-lien-x1gf1t/"
>
Vous ne recevez rien ? Consulter la page d'aide
</a>
Expand Down

0 comments on commit 52dfc0c

Please sign in to comment.