Skip to content

Commit

Permalink
don't send cookies to the CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
keturn committed Feb 20, 2019
1 parent 71d2a11 commit f1f23fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/data/themes/base/templates/base_helper.tmpl
Expand Up @@ -79,7 +79,7 @@ lang="${lang}">
% endif
% if date_fanciness != 0:
% if use_cdn:
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.1/moment-with-locales.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.1/moment-with-locales.min.js" crossorigin="anonymous"></script>
% else:
<script src="/assets/js/moment-with-locales.min.js"></script>
% endif
Expand Down

0 comments on commit f1f23fa

Please sign in to comment.