mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-20 11:54:27 -04:00
only add matomo script and proper robots.txt in production
This commit is contained in:
@@ -6,6 +6,7 @@ tags:
|
|||||||
- Cloudflare
|
- Cloudflare
|
||||||
- DNS
|
- DNS
|
||||||
- Networking
|
- Networking
|
||||||
|
- Privacy
|
||||||
- Temper Tantrums
|
- Temper Tantrums
|
||||||
image: "archive-is.png"
|
image: "archive-is.png"
|
||||||
draft: false
|
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.
|
> 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.
|
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)
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<script>
|
{{ if eq hugo.Environment "production" }}<script>
|
||||||
var _paq = _paq || [];
|
var _paq = _paq || [];
|
||||||
_paq.push(['setRequestMethod', 'POST']);
|
_paq.push(['setRequestMethod', 'POST']);
|
||||||
_paq.push(['setSecureCookie', true]);
|
_paq.push(['setSecureCookie', true]);
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
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);
|
g.async=true; g.defer=true; g.src=u+'stats.js'; s.parentNode.insertBefore(g,s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>{{ end }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -1,5 +1,8 @@
|
|||||||
User-Agent: *
|
{{ if eq hugo.Environment "production" }}User-Agent: *
|
||||||
Disallow: /y2k/
|
Disallow: /y2k/
|
||||||
Disallow: /comp20/
|
Disallow: /comp20/
|
||||||
|
|
||||||
Sitemap: {{ "sitemap.xml" | absURL }}
|
Sitemap: {{ "sitemap.xml" | absURL }}
|
||||||
|
{{ else }}User-Agent: *
|
||||||
|
Disallow: /
|
||||||
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user