1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 23:23:32 +00:00

Remove /_dr security constraint from web.xml files

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=159610409
This commit is contained in:
mountford
2017-06-20 14:06:27 -07:00
committed by Ben McIlwain
parent 978fc665ea
commit 02a5e3d20f
3 changed files with 0 additions and 9 deletions

View File

@@ -305,9 +305,6 @@
<!-- Internal AppEngine endpoints. The '_ah' is short for app hosting. -->
<url-pattern>/_ah/*</url-pattern>
<!-- Internal registry endpoints. The '_dr' is short for domain registry. -->
<url-pattern>/_dr/*</url-pattern>
<!-- Registrar console (should not be available on non-default module). -->
<url-pattern>/registrar*</url-pattern>

View File

@@ -91,9 +91,6 @@
<!-- Internal AppEngine endpoints. The '_ah' is short for app hosting. -->
<url-pattern>/_ah/*</url-pattern>
<!-- Internal registry endpoints. The '_dr' is short for domain registry. -->
<url-pattern>/_dr/*</url-pattern>
<!-- Verbatim JavaScript sources (only visible to admins for debugging). -->
<url-pattern>/assets/sources/*</url-pattern>

View File

@@ -146,9 +146,6 @@
<!-- Internal AppEngine endpoints. The '_ah' is short for app hosting. -->
<url-pattern>/_ah/*</url-pattern>
<!-- Internal registry endpoints. The '_dr' is short for domain registry. -->
<url-pattern>/_dr/*</url-pattern>
<!-- Registrar console (should not be available on non-default module). -->
<url-pattern>/registrar*</url-pattern>