From 0ccc95e798e0db4a204b7aa8ba5fa6d85072c40f Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Tue, 23 Oct 2018 09:11:19 +0200
Subject: [PATCH] Remove unneeded dns-prefetch.

---
 opentech/templates/base-apply.html | 1 -
 opentech/templates/base.html       | 1 -
 2 files changed, 2 deletions(-)

diff --git a/opentech/templates/base-apply.html b/opentech/templates/base-apply.html
index cb913d8fa..33cf53fd0 100644
--- a/opentech/templates/base-apply.html
+++ b/opentech/templates/base-apply.html
@@ -6,7 +6,6 @@
         <meta name="viewport" content="width=device-width, initial-scale=1" />
         <title>{% block title_prefix %}{% if request.site.site_name %}{{ request.site.site_name }} | {% endif %}{% endblock %}{% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %}{% block title_suffix %}{{ TITLE_SUFFIX }}{% endblock %}</title>
         <meta name="description" content="{% if page.search_description %}{{ page.search_description }}{% else %}{{ page.listing_summary }}{% endif %}" />
-        <link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
 
         <!-- favicons -->
         {% comment %}
diff --git a/opentech/templates/base.html b/opentech/templates/base.html
index eb4d38d8d..e7c707ee2 100644
--- a/opentech/templates/base.html
+++ b/opentech/templates/base.html
@@ -6,7 +6,6 @@
         <meta name="viewport" content="width=device-width, initial-scale=1" />
         <title>{% block title_prefix %}{% if request.site.site_name %}{{ request.site.site_name }} | {% endif %}{% endblock %}{% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %}{% block title_suffix %}{{ TITLE_SUFFIX }}{% endblock %}</title>
         <meta name="description" content="{% if page.search_description %}{{ page.search_description }}{% else %}{{ page.listing_summary }}{% endif %}" />
-        <link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
 
         <!-- favicons -->
         {% comment %}
-- 
GitLab