File: 0001-disable-analytics.patch

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (15 lines) | stat: -rw-r--r-- 552 bytes parent folder | download
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 -%}