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

BAU — Remove gateway_account cookie #708

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions source/cookies.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ title: Cookies
<td class="govuk-table__cell">Remembers if you’ve signed in recently</td>
<td class="govuk-table__cell">3 hours</td>
</tr>
<tr class="govuk-table__row">
<th class="govuk-table__cell govuk-table__head" scope="row">gateway_account</th>
<td class="govuk-table__cell">Remembers the gateway account you last used, if you've signed in before</td>
<td class="govuk-table__cell">1 month</td>
</tr>
<tr class="govuk-table__row">
<th class="govuk-table__cell govuk-table__head" scope="row">register_invite</th>
<td class="govuk-table__cell">Remembers your registration progress if you’ve been invited</td>
Expand Down Expand Up @@ -176,11 +171,11 @@ title: Cookies
<div class="cookie-settings__no-js">
<h2 class="govuk-heading-s govuk-!-margin-top-6">Do you want to accept analytics cookies?</h2>
<p class="govuk-body">
We use Javascript to set our analytics cookies. Unfortunately Javascript is not running on your browser, so you cannot change your settings. You can try:
We use JavaScript to set our analytics cookies. Unfortunately JavaScript is not running on your browser, so you cannot change your settings. You can try:
</p>
<ul class="govuk-list govuk-list--bullet">
<li>reloading the page</li>
<li>turning on Javascript in your browser</li>
<li>turning on JavaScript in your browser</li>
</ul>
</div>

Expand Down
Loading