Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4455 from schalkneethling/issue#283-editor-perfor…
Browse files Browse the repository at this point in the history
…mance-prefetch-preconnect

Fix issue #283, add dns-prefetch, preconnect for editor iframe
  • Loading branch information
stephaniehobson authored Oct 19, 2017
2 parents 7576aeb + d5f55ca commit f34f7da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kuma/wiki/jinja2/wiki/document.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
{% endblock %}

{% block extrahead %}
<link rel="dns-prefetch" href="https://interactive-examples.mdn.mozilla.net" pr="0.75" />
<link rel="preconnect" href="https://interactive-examples.mdn.mozilla.net" pr="0.75" />

<link rel="alternate" type="application/json" href="{{ url('wiki.json_slug', document.slug) }}">
<link rel="canonical" href="{{ canonical }}" >

Expand Down

0 comments on commit f34f7da

Please sign in to comment.