File: privacy-mathjax.patch

package info (click to toggle)
openmpi 5.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 202,076 kB
  • sloc: ansic: 614,605; makefile: 42,348; sh: 11,201; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,192; python: 1,862; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (23 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Don't use web version of mathjax; privacy leak
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2025-12-06
Forwarded: not-needed

--- a/docs/html/man-openmpi/man3/MPI_Init_thread.3.html
+++ b/docs/html/man-openmpi/man3/MPI_Init_thread.3.html
@@ -18,7 +18,7 @@
         <script src="../../_static/_sphinx_javascript_frameworks_compat.js"></script>
         <script src="../../_static/doctools.js"></script>
         <script src="../../_static/sphinx_highlight.js"></script>
-        <script async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
+        <script async="async" src="/usr/share/nodejs/mathjax-full/es5/tex-mml-chtml.js"></script>
     <script src="../../_static/js/theme.js"></script>
     <link rel="index" title="Index" href="../../genindex.html" />
     <link rel="search" title="Search" href="../../search.html" />
@@ -869,4 +869,4 @@
   </script> 
 
 </body>
-</html>
\ No newline at end of file
+</html>