Update email.html to use "https://schema.org" instead of "https://schema.org" (#3420)

According to schema.org's faq both https and http are fine, but https is preferred going forward: https://schema.org/docs/faq.html#19

Why am I making this change? To make some security code scanner happy :)

Signed-off-by: Alvin Lin <alvinlin123@gmail.com>
This commit is contained in:
Alvin Lin 2023-08-03 01:33:32 -07:00 committed by GitHub
parent 487db1383b
commit 7411e5436a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ a {
</style>
</head>
<body itemscope itemtype="http://schema.org/EmailMessage">
<body itemscope itemtype="https://schema.org/EmailMessage">
<table class="body-wrap">
<tr>