Title: [284164] trunk/Tools
Revision
284164
Author
[email protected]
Date
2021-10-14 09:03:39 -0700 (Thu, 14 Oct 2021)

Log Message

Disable django admin url on ews.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=231739

Reviewed by Jonathan Bedard.

* CISupport/ews-app/ews-app/urls.py:

Modified Paths

Diff

Modified: trunk/Tools/CISupport/ews-app/ews-app/urls.py (284163 => 284164)


--- trunk/Tools/CISupport/ews-app/ews-app/urls.py	2021-10-14 15:10:18 UTC (rev 284163)
+++ trunk/Tools/CISupport/ews-app/ews-app/urls.py	2021-10-14 16:03:39 UTC (rev 284164)
@@ -1,4 +1,4 @@
-# Copyright (C) 2018 Apple Inc. All rights reserved.
+# Copyright (C) 2018-2021 Apple Inc. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -36,9 +36,7 @@
     2. Add a URL to urlpatterns:  url(r'^blog/', include('blog.urls'))
 """
 from django.conf.urls import include, url
-from django.contrib import admin
 
 urlpatterns = [
-    url(r'^admin/', admin.site.urls),
     url(r'^', include('ews.urls')),
 ]

Modified: trunk/Tools/ChangeLog (284163 => 284164)


--- trunk/Tools/ChangeLog	2021-10-14 15:10:18 UTC (rev 284163)
+++ trunk/Tools/ChangeLog	2021-10-14 16:03:39 UTC (rev 284164)
@@ -1,3 +1,12 @@
+2021-10-14  Aakash Jain  <[email protected]>
+
+        Disable django admin url on ews.webkit.org
+        https://bugs.webkit.org/show_bug.cgi?id=231739
+
+        Reviewed by Jonathan Bedard.
+
+        * CISupport/ews-app/ews-app/urls.py:
+
 2021-10-14  Carlos Garcia Campos  <[email protected]>
 
         [GTK][WPE] Move getCurrentExecutablePath() and getCurrentExecutableName() to FileSystem
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to