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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user