mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
Remove references to |blessStringAsTrustedResourceUrlForLegacy in <link href>.
This directive will be deleted in the future, this change prepares for it.
More information: []
Tested:
TAP --sample for global presubmit queue
[]
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=243847668
This commit is contained in:
@@ -46,12 +46,12 @@
|
||||
<link rel="icon" href="/assets/images/ribbon_certified-64.png">
|
||||
{switch DEBUG}
|
||||
{case google.registry.ui.ConsoleDebug.PRODUCTION}
|
||||
<link rel="stylesheet" href="/assets/css/{$app |blessStringAsTrustedResourceUrlForLegacy}_bin.css">
|
||||
<link rel="stylesheet" href="/assets/css/{$app}_bin.css">
|
||||
{case google.registry.ui.ConsoleDebug.DEBUG}
|
||||
<link rel="stylesheet" href="/assets/css/{$app |blessStringAsTrustedResourceUrlForLegacy}_dbg.css">
|
||||
<link rel="stylesheet" href="/assets/css/{$app}_dbg.css">
|
||||
{case google.registry.ui.ConsoleDebug.RAW}
|
||||
<link rel="stylesheet"
|
||||
href="/assets/sources/domain_registry/java/google/registry/ui/css/{$app |blessStringAsTrustedResourceUrlForLegacy}_imports_raw.css">
|
||||
href="/assets/sources/domain_registry/java/google/registry/ui/css/{$app}_imports_raw.css">
|
||||
{default}
|
||||
<!-- No DEBUG option set. -->
|
||||
{/switch}
|
||||
|
||||
Reference in New Issue
Block a user