We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a5051 commit 3fea696Copy full SHA for 3fea696
1 file changed
github_management_project/urls.py
@@ -53,7 +53,7 @@ def robots_txt(request):
53
54
path('search/', SearchUsersView.as_view(), name='opensearch'),
55
# Sitemap
56
- path('sitemap.xml', sitemap, {'sitemaps': sitemaps}, name='django.contrib.sitemaps.views.sitemap'),
+ path('sitemap.xml', sitemap, {'sitemaps': sitemaps, 'protocol': 'https'}, name='django.contrib.sitemaps.views.sitemap'),
57
58
# Google One Tap authentication
59
path('accounts/google/onetap/', google_one_tap_auth, name='google_one_tap_auth'),
0 commit comments