1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Disable Analytics
Author: Jonathan Rubenstein <jrubcop@gmail.com>
Forwarded: not-needed
--- a/build_files/templates/base.html
+++ b/build_files/templates/base.html
@@ -7,5 +7,6 @@
{%- block theme_scripts -%}
{{ super() }}
-<script defer data-domain="docs.blender.org" src="https://analytics.blender.org/js/script.js"></script>
-{%- endblock -%}
\ No newline at end of file
+<!-- Disabled for Debian -->
+<!-- <script defer data-domain="docs.blender.org" src="https://analytics.blender.org/js/script.js"></script> -->
+{%- endblock -%}
|