mirror of
https://github.com/google/nomulus
synced 2026-01-08 07:11:44 +00:00
Remove autoescape="strict" attributes from Soy templates.
Strict autoescaping is the default so they serve no purpose. Design doc: [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170905337
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
/**
|
||||
* Create contact
|
||||
*/
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
|
||||
/**
|
||||
* Create anchor tenant domain
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
|
||||
/**
|
||||
* Delete domain request
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
|
||||
/**
|
||||
* Delete host request
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
|
||||
/**
|
||||
* Domain allocate request.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
/**
|
||||
* Domain application info request
|
||||
*/
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
|
||||
/**
|
||||
* Domain check request
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
|
||||
/**
|
||||
* Domain check claims request
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
|
||||
/**
|
||||
* Domain check fee request
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
/**
|
||||
* Create domain
|
||||
*/
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
/**
|
||||
* Update domain
|
||||
*/
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
/**
|
||||
* Create host
|
||||
*/
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
|
||||
/**
|
||||
* Request to remove IP addresses.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
|
||||
/**
|
||||
* Uniform Rapid Suspension
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
{namespace domain.registry.tools autoescape="strict"}
|
||||
{namespace domain.registry.tools}
|
||||
|
||||
/**
|
||||
* Update server locks
|
||||
|
||||
Reference in New Issue
Block a user