mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user