mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02: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:
parent
978fc665ea
commit
02a5e3d20f
3 changed files with 0 additions and 9 deletions
|
@ -305,9 +305,6 @@
|
||||||
<!-- Internal AppEngine endpoints. The '_ah' is short for app hosting. -->
|
<!-- Internal AppEngine endpoints. The '_ah' is short for app hosting. -->
|
||||||
<url-pattern>/_ah/*</url-pattern>
|
<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). -->
|
<!-- Registrar console (should not be available on non-default module). -->
|
||||||
<url-pattern>/registrar*</url-pattern>
|
<url-pattern>/registrar*</url-pattern>
|
||||||
|
|
||||||
|
|
|
@ -91,9 +91,6 @@
|
||||||
<!-- Internal AppEngine endpoints. The '_ah' is short for app hosting. -->
|
<!-- Internal AppEngine endpoints. The '_ah' is short for app hosting. -->
|
||||||
<url-pattern>/_ah/*</url-pattern>
|
<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). -->
|
<!-- Verbatim JavaScript sources (only visible to admins for debugging). -->
|
||||||
<url-pattern>/assets/sources/*</url-pattern>
|
<url-pattern>/assets/sources/*</url-pattern>
|
||||||
|
|
||||||
|
|
|
@ -146,9 +146,6 @@
|
||||||
<!-- Internal AppEngine endpoints. The '_ah' is short for app hosting. -->
|
<!-- Internal AppEngine endpoints. The '_ah' is short for app hosting. -->
|
||||||
<url-pattern>/_ah/*</url-pattern>
|
<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). -->
|
<!-- Registrar console (should not be available on non-default module). -->
|
||||||
<url-pattern>/registrar*</url-pattern>
|
<url-pattern>/registrar*</url-pattern>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue