Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions app/views/mou_signatures/_mou_version_current.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@
<p>
<strong>Law</strong>: means any law, subordinate legislation within the meaning of Section 21(1) of the Interpretation Act 1978, bye-law,
enforceable right within the meaning of Section 2 of the European Communities Act 1972, right within the meaning of the European Union
(Withdrawal) Act 2018 as amended by European Union (Withdrawal MOU) Act 2020, regulation, order, regulatory policy, mandatory guidance or
(Withdrawal) Act 2018 as amended by European Union (Withdrawal Agreement) Act 2020, regulation, order, regulatory policy, mandatory guidance or
code of practice, judgement of a relevant court of law, or directives or requirements with which your organisation is bound to comply;
</p>
<p>
Expand Down Expand Up @@ -1079,20 +1079,20 @@
<p>Data will be encrypted in transit as follows:</p>
<ul class="govuk-list govuk-list--bullet">
<li>
<p>Requests between users’ browsers and GOV.UK Forms applications are encrypted with TLS V1.2</p>
<p>Requests between users’ browsers and GOV.UK Forms applications are encrypted with TLS 1.2</p>
</li>
<li>
<p>Requests between GOV.UK Forms and its 3rd party processors are encrypted with TLS V1.2</p>
<p>Requests between GOV.UK Forms and its 3rd party processors are encrypted with TLS 1.2</p>
</li>
<li>
<p>
Requests between 3rd party processors and the designated mail server for receiving submitted form responses are encrypted by using TLS
V1.2 if the mail server supports this.
1.2 if the mail server supports this.
</p>
</li>
<li>
<p>
Requests between Notify and the mail server for receiving form submission confirmations, by using TLS V1.2 if the mail server supports
Requests between Notify and the mail server for receiving form submission confirmations, by using TLS 1.2 if the mail server supports
this.
</p>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<p class="govuk-body-m"><strong>Law</strong>: means any law, subordinate legislation within the meaning of Section 21(1)
of the Interpretation Act 1978, bye-law, enforceable right within the meaning of Section 2 of the European Communities
Act 1972, right within the meaning of the European Union (Withdrawal) Act 2018 as amended by European Union
(Withdrawal MOU) Act 2020, regulation, order, regulatory policy, mandatory guidance or code of practice, judgement of
(Withdrawal Agreement) Act 2020, regulation, order, regulatory policy, mandatory guidance or code of practice, judgement of
a relevant court of law, or directives or requirements with which Your Organisation is bound to comply;</p>

<p class="govuk-body-m"><strong>Losses</strong> means all losses, liabilities, damages, costs, expenses (including legal
Expand Down Expand Up @@ -762,12 +762,12 @@

<p class="govuk-body-m">Data will be encrypted in transit as follows:</p>
<ul class="govuk-list govuk-list--bullet">
<li>Requests between users’ browsers and GOV.UK Forms applications are encrypted with TLS V1.2</li>
<li>Requests between GOV.UK Forms and its 3rd party processors are encrypted with TLS V1.2</li>
<li>Requests between users’ browsers and GOV.UK Forms applications are encrypted with TLS 1.2</li>
<li>Requests between GOV.UK Forms and its 3rd party processors are encrypted with TLS 1.2</li>
<li>Requests between 3rd party processors and the designated mail server for receiving submitted form responses are
encrypted by using TLS V1.2 if the mail server supports this.
encrypted by using TLS 1.2 if the mail server supports this.
</li>
<li>Requests between Notify and the mail server for receiving form submission confirmations, by using TLS V1.2 if the
<li>Requests between Notify and the mail server for receiving form submission confirmations, by using TLS 1.2 if the
mail server supports this.
</li>
</ul>
Expand Down
Loading