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:
parent
487db1383b
commit
7411e5436a
|
@ -314,7 +314,7 @@ a {
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body itemscope itemtype="http://schema.org/EmailMessage">
|
<body itemscope itemtype="https://schema.org/EmailMessage">
|
||||||
|
|
||||||
<table class="body-wrap">
|
<table class="body-wrap">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue