diff --git a/java/google/registry/flows/soy/DomainCheckFeeEpp.soy b/java/google/registry/flows/soy/DomainCheckFeeEpp.soy index 5e467565c..63f300bd2 100644 --- a/java/google/registry/flows/soy/DomainCheckFeeEpp.soy +++ b/java/google/registry/flows/soy/DomainCheckFeeEpp.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.api autoescape="strict"} +{namespace registry.soy.api} /** Domain check fee request for one domain. */ {template .domaincheckfee stricthtml="false"} diff --git a/java/google/registry/ui/soy/Console.soy b/java/google/registry/ui/soy/Console.soy index 1666f72d7..5f414b835 100644 --- a/java/google/registry/ui/soy/Console.soy +++ b/java/google/registry/ui/soy/Console.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.console autoescape="strict"} +{namespace registry.soy.console} /** diff --git a/java/google/registry/ui/soy/Forms.soy b/java/google/registry/ui/soy/Forms.soy index e324e313e..053cf51a2 100644 --- a/java/google/registry/ui/soy/Forms.soy +++ b/java/google/registry/ui/soy/Forms.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.forms autoescape="strict"} +{namespace registry.soy.forms} /** diff --git a/java/google/registry/ui/soy/registrar/Console.soy b/java/google/registry/ui/soy/registrar/Console.soy index ad5b967d9..93c1e429d 100644 --- a/java/google/registry/ui/soy/registrar/Console.soy +++ b/java/google/registry/ui/soy/registrar/Console.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.registrar.console autoescape="strict"} +{namespace registry.soy.registrar.console} /** diff --git a/java/google/registry/ui/soy/registrar/Contact.soy b/java/google/registry/ui/soy/registrar/Contact.soy index e03dde18e..11ae7fbb6 100644 --- a/java/google/registry/ui/soy/registrar/Contact.soy +++ b/java/google/registry/ui/soy/registrar/Contact.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.registrar.contact autoescape="strict"} +{namespace registry.soy.registrar.contact} /** diff --git a/java/google/registry/ui/soy/registrar/ContactEpp.soy b/java/google/registry/ui/soy/registrar/ContactEpp.soy index 7cbd5f7e1..19efe65b6 100644 --- a/java/google/registry/ui/soy/registrar/ContactEpp.soy +++ b/java/google/registry/ui/soy/registrar/ContactEpp.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.registrar.contactepp autoescape="strict"} +{namespace registry.soy.registrar.contactepp} /* XXX: Forces first postalInfo type to be "int" and second "loc" if it is diff --git a/java/google/registry/ui/soy/registrar/ContactSettings.soy b/java/google/registry/ui/soy/registrar/ContactSettings.soy index adfe5a184..6de3ad200 100644 --- a/java/google/registry/ui/soy/registrar/ContactSettings.soy +++ b/java/google/registry/ui/soy/registrar/ContactSettings.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.registrar.contacts autoescape="strict"} +{namespace registry.soy.registrar.contacts} /** Registrar contacts listing for view only. */ diff --git a/java/google/registry/ui/soy/registrar/Domain.soy b/java/google/registry/ui/soy/registrar/Domain.soy index d44276f28..12b9f1f6a 100644 --- a/java/google/registry/ui/soy/registrar/Domain.soy +++ b/java/google/registry/ui/soy/registrar/Domain.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.registrar.domain autoescape="strict"} +{namespace registry.soy.registrar.domain} /** diff --git a/java/google/registry/ui/soy/registrar/DomainEpp.soy b/java/google/registry/ui/soy/registrar/DomainEpp.soy index a667a170e..b8ce93131 100644 --- a/java/google/registry/ui/soy/registrar/DomainEpp.soy +++ b/java/google/registry/ui/soy/registrar/DomainEpp.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.registrar.domainepp autoescape="strict"} +{namespace registry.soy.registrar.domainepp} /* General Availability. Sunrush down below. */ diff --git a/java/google/registry/ui/soy/registrar/Epp.soy b/java/google/registry/ui/soy/registrar/Epp.soy index 813f7f7f1..d299ef927 100644 --- a/java/google/registry/ui/soy/registrar/Epp.soy +++ b/java/google/registry/ui/soy/registrar/Epp.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.registrar.epp autoescape="strict"} +{namespace registry.soy.registrar.epp} /** diff --git a/java/google/registry/ui/soy/registrar/Host.soy b/java/google/registry/ui/soy/registrar/Host.soy index 0ecf964a3..bf74e97bc 100644 --- a/java/google/registry/ui/soy/registrar/Host.soy +++ b/java/google/registry/ui/soy/registrar/Host.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.registrar.host autoescape="strict"} +{namespace registry.soy.registrar.host} /** diff --git a/java/google/registry/ui/soy/registrar/HostEpp.soy b/java/google/registry/ui/soy/registrar/HostEpp.soy index 97685a222..3a7d5b089 100644 --- a/java/google/registry/ui/soy/registrar/HostEpp.soy +++ b/java/google/registry/ui/soy/registrar/HostEpp.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.registrar.hostepp autoescape="strict"} +{namespace registry.soy.registrar.hostepp} /** diff --git a/java/google/registry/ui/soy/registrar/Payment.soy b/java/google/registry/ui/soy/registrar/Payment.soy index e054370fa..9838aa3c3 100644 --- a/java/google/registry/ui/soy/registrar/Payment.soy +++ b/java/google/registry/ui/soy/registrar/Payment.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.registrar.payment autoescape="strict"} +{namespace registry.soy.registrar.payment} /** Page allowing registrar to send registry money. */ diff --git a/java/google/registry/ui/soy/registrar/SecuritySettings.soy b/java/google/registry/ui/soy/registrar/SecuritySettings.soy index 9f34f54d9..4a6640e71 100644 --- a/java/google/registry/ui/soy/registrar/SecuritySettings.soy +++ b/java/google/registry/ui/soy/registrar/SecuritySettings.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.registrar.security autoescape="strict"} +{namespace registry.soy.registrar.security} /** Registrar security settings page for view and edit. */ diff --git a/java/google/registry/ui/soy/registrar/WhoisSettings.soy b/java/google/registry/ui/soy/registrar/WhoisSettings.soy index 25ed3b844..60d862b4b 100644 --- a/java/google/registry/ui/soy/registrar/WhoisSettings.soy +++ b/java/google/registry/ui/soy/registrar/WhoisSettings.soy @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -{namespace registry.soy.registrar.whois autoescape="strict"} +{namespace registry.soy.registrar.whois}