mirror of
https://github.com/google/nomulus.git
synced 2025-05-22 04:09:46 +02:00
Mark <link href=""> with |blessStringAsTrustedResourceUrlForLegacy
Soy is about to require trusted_resource_url in <link href="">. This change prepares for that by blessing existing string URLs. More information: [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=189795596
This commit is contained in:
parent
d54d546ea3
commit
173d8797f6
1 changed files with 3 additions and 3 deletions
|
@ -46,12 +46,12 @@
|
||||||
<link rel="icon" href="/assets/images/ribbon_certified-64.png">
|
<link rel="icon" href="/assets/images/ribbon_certified-64.png">
|
||||||
{switch DEBUG}
|
{switch DEBUG}
|
||||||
{case google.registry.ui.ConsoleDebug.PRODUCTION}
|
{case google.registry.ui.ConsoleDebug.PRODUCTION}
|
||||||
<link rel="stylesheet" href="/assets/css/{$app}_bin.css">
|
<link rel="stylesheet" href="/assets/css/{$app |blessStringAsTrustedResourceUrlForLegacy}_bin.css">
|
||||||
{case google.registry.ui.ConsoleDebug.DEBUG}
|
{case google.registry.ui.ConsoleDebug.DEBUG}
|
||||||
<link rel="stylesheet" href="/assets/css/{$app}_dbg.css">
|
<link rel="stylesheet" href="/assets/css/{$app |blessStringAsTrustedResourceUrlForLegacy}_dbg.css">
|
||||||
{case google.registry.ui.ConsoleDebug.RAW}
|
{case google.registry.ui.ConsoleDebug.RAW}
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="/assets/sources/domain_registry/java/google/registry/ui/css/{$app}_imports_raw.css">
|
href="/assets/sources/domain_registry/java/google/registry/ui/css/{$app |blessStringAsTrustedResourceUrlForLegacy}_imports_raw.css">
|
||||||
{default}
|
{default}
|
||||||
<!-- No DEBUG option set. -->
|
<!-- No DEBUG option set. -->
|
||||||
{/switch}
|
{/switch}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue