Remove blessStringAsTrustedResourceUrlForLegacy

Internal linters told me that this isn't required anymore.

Change-Id: I10df4cc64a760b8e5a78f130c0b79f784dd7f62e
This commit is contained in:
Patrick Hiesel
2019-04-18 14:10:54 +02:00
parent 869977a95d
commit 6b5bd2e3c9

View File

@@ -36,7 +36,7 @@
{if $email.changeUrl}
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemscope itemprop="action" itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="{$email.changeUrl |blessStringAsTrustedResourceUrlForLegacy}"/>
<link itemprop="url" href="{$email.changeUrl}"/>
<meta itemprop="name" content="View Change"/>
</div>
</div>