Skip to content

Commit

Permalink
fix: add temp url while we still havent finished migration (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
daine authored Dec 8, 2023
1 parent d6f73c8 commit aa18ed0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion customHttp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ customHeaders:
img-src 'self' data: https: www.w3.org;
style-src 'unsafe-inline' https: 'strict-dynamic' 'self' https://fonts.googleapis.com;
base-uri 'self';
form-action 'self';
form-action 'self' https://design-system.cdssandbox.xyz;
object-src 'none'
2 changes: 1 addition & 1 deletion src/en/contact/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Ask us about GC Design System, make a suggestion, or request a component you'd l

Fill out this form or submit an issue through GitHub for <gcds-link external href="{{ links.githubTokensIssues }}" target="_blank">tokens</gcds-link>, <gcds-link external href="{{ links.githubIssues }}" target="_blank">components</gcds-link>, or <gcds-link external href="{{ links.githubDocsIssues }}" target="_blank">documentation</gcds-link>.

<form class="my-500 contact-us-form" name="contactEN" method="post" style="min-height: 32rem;" action="/api/submission">
<form class="my-500 contact-us-form" name="contactEN" method="post" style="min-height: 32rem;" action="https://design-system.cdssandbox.xyz/api/submission">
<input type="hidden" name="form-name" value="contactEN" />
<input name="honeypot" type="text" aria-label="bot" hidden/>

Expand Down
2 changes: 1 addition & 1 deletion src/fr/contactez/contactez.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Renseignez-vous sur Système de design GC, faites une suggestion ou demandez un

Pour toute demande concernant <gcds-link external href="{{ links.githubTokensIssues }}" target="_blank">les unités de style</gcds-link>, <gcds-link external href="{{ links.githubIssues }}" target="_blank">les composants</gcds-link>, et <gcds-link external href="{{ links.githubDocsIssues }}" target="_blank">la documentation</gcds-link>, remplissez ce formulaire ou envoyez une demande à l'aide de fonction « Issues » dans GitHub.

<form class="my-500 contact-us-form" name="contactFR" method="post" style="min-height: 32rem;" action="/api/submission">
<form class="my-500 contact-us-form" name="contactFR" method="post" style="min-height: 32rem;" action="https://design-system.cdssandbox.xyz/api/submission">
<input type="hidden" name="form-name" value="contactFR" />
<input name="honeypot" type="text" aria-label="bot" hidden/>

Expand Down

0 comments on commit aa18ed0

Please sign in to comment.