mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 17:56:08 +02: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:
parent
552940a816
commit
27dedf316b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue