1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 12:46:38 -04:00

only add matomo script and proper robots.txt in production

This commit is contained in:
2019-09-30 19:19:23 -04:00
parent 25f9ec97eb
commit 5b5d961a63
3 changed files with 7 additions and 5 deletions

View File

@ -6,6 +6,7 @@ tags:
- Cloudflare
- DNS
- Networking
- Privacy
- Temper Tantrums
image: "archive-is.png"
draft: false
@ -34,5 +35,3 @@ I wrote the [following reply](https://news.ycombinator.com/item?id=19828898) to
> I hesitate to compare this to Apple calling themselves "courageous" when removing the headphone jack, but in this case, I think the word is appropriate. I'll happily stand behind you guys if you take some PR hits while forcing the rest of the industry to make DNS safer since it is understandable, admittedly, for users to conclude that "Cloudflare is blocking websites, sound the alarms!" at first glance.
Sure, it's annoying that I'll need to use a VPN or change my DNS resolvers to use a pretty slick (and otherwise convenient) website archiver. But I'm more happy to see that Cloudflare is playing the privacy long-game, even at the risk of their users concluding that they're blocking websites accessible to everyone else on the internet.
[**Learn how to switch your DNS to 1.1.1.1 for more privacy here.**](https://1.1.1.1/dns/#setup-instructions)

View File

@ -1,4 +1,4 @@
<script>
{{ if eq hugo.Environment "production" }}<script>
var _paq = _paq || [];
_paq.push(['setRequestMethod', 'POST']);
_paq.push(['setSecureCookie', true]);
@ -11,7 +11,7 @@
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.defer=true; g.src=u+'stats.js'; s.parentNode.insertBefore(g,s);
})();
</script>
</script>{{ end }}
</body>
</html>

View File

@ -1,5 +1,8 @@
User-Agent: *
{{ if eq hugo.Environment "production" }}User-Agent: *
Disallow: /y2k/
Disallow: /comp20/
Sitemap: {{ "sitemap.xml" | absURL }}
{{ else }}User-Agent: *
Disallow: /
{{ end }}