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