1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00

Mark <iframe src=""> with |blessStringAsTrustedResourceUrlForLegacy.

Soy is about to require trusted_resource_url in <iframe src="">. This change prepares for that by blessing existing string URLs.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=190054283
This commit is contained in:
jakubvrana
2018-03-22 06:17:09 -07:00
committed by jianglai
parent 552940a816
commit 27dedf316b

View File

@@ -46,7 +46,7 @@
{/call}
<li>
<label>Payment Method</label>
<iframe src="{$brainframe}"
<iframe src="{$brainframe |blessStringAsTrustedResourceUrlForLegacy}"
id="method"
class="{css('reg-payment-form-method')}"
height="0"