Skip to content

Commit 814554a

Browse files
committed
force https
1 parent 855199c commit 814554a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.htaccess

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
RewriteEngine On
2+
RewriteCond %{HTTPS} off
3+
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

index_en.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h5 class="updated"><br /></h5>
9292
</div>
9393
<div class="flex-row">
9494
<div class="box transition nationwide" code="active" pref="">
95-
<h3>Active Cases</h3>
95+
<h3>Active Cases (estimate)</h3>
9696
<div class="latest">
9797
<div>
9898
<span class="type"></span>

0 commit comments

Comments
 (0)