Skip to content

Commit 54d613f

Browse files
committed
Revert "Add temporary warning banner for TLS testing phase"
This reverts commit 8809b52.
1 parent 4403350 commit 54d613f

2 files changed

Lines changed: 0 additions & 34 deletions

File tree

frontend/css/style.css

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
/* internet.nl
22
style.css
33
*/
4-
.experimental-banner {
5-
position: fixed;
6-
bottom: 0;
7-
left: 0;
8-
right: 0;
9-
background-color: #fff3cd;
10-
border-bottom: 1px solid #ffc107;
11-
color: #111111;
12-
padding: 12px 20px;
13-
text-align: center;
14-
text-wrap: balance;
15-
font-size: 14px;
16-
z-index: 9999;
17-
}
18-
19-
.experimental-banner p {
20-
margin-bottom: 10px;
21-
}
22-
23-
244

255
@font-face {
266
font-family: 'robotobold';

interface/templates/base.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,6 @@
3535
<div class="skiplink"><a href="#content">{% include "string.html" with name='page gotocontents' %}</a></div>
3636
<div class="skiplink" id="skiplink-sitenav"><a href="#sitenav">{% include "string.html" with name='page gotomainmenu' %}</a></div>
3737
<div class="skiplink"><a href="#footer">{% include "string.html" with name='page gotofooter' %}</a></div>
38-
<div class="experimental-banner">
39-
<p><strong>⚠️ Caution:</strong> This is an early demo of our test updates for NCSC's 2025 TLS guidelines, to allow
40-
you to test against the new guidelines.</p>
41-
<p>
42-
Some explanation text is still missing, out of date, or in rough draft state. Test evaluations may still change.
43-
<br>
44-
This URL is an active development environment and has limited availability - it may be down for hours or days.
45-
</p>
46-
<p>
47-
Tests from this instance originate from different IPs than those used in production.
48-
If you use allowlisting on our production IPs, results may vary, particularly for email TLS.
49-
To include this instance, allowlist 62.204.66.0/26 and 2a00:d00:ff:162::/64.
50-
</p>
51-
</div>
5238
<header>
5339
<div class="wrap">
5440
{% if "INTERNETNL_BRANDING"|get_settings_value %}

0 commit comments

Comments
 (0)