mirror of
https://github.com/google/nomulus.git
synced 2025-05-20 19:29:35 +02: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:
parent
14ccd2b8f1
commit
939c18bbce
15 changed files with 15 additions and 15 deletions
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
/**
|
/**
|
||||||
* Create contact
|
* Create contact
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create anchor tenant domain
|
* Create anchor tenant domain
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delete domain request
|
* Delete domain request
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delete host request
|
* Delete host request
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Domain allocate request.
|
* Domain allocate request.
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
/**
|
/**
|
||||||
* Domain application info request
|
* Domain application info request
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Domain check request
|
* Domain check request
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Domain check claims request
|
* Domain check claims request
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Domain check fee request
|
* Domain check fee request
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
/**
|
/**
|
||||||
* Create domain
|
* Create domain
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
/**
|
/**
|
||||||
* Update domain
|
* Update domain
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
/**
|
/**
|
||||||
* Create host
|
* Create host
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Request to remove IP addresses.
|
* Request to remove IP addresses.
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Uniform Rapid Suspension
|
* Uniform Rapid Suspension
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
{namespace domain.registry.tools autoescape="strict"}
|
{namespace domain.registry.tools}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Update server locks
|
* Update server locks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue