File: privacy-css

package info (click to toggle)
cadabra2 2.4.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 78,796 kB
  • sloc: ansic: 133,450; cpp: 92,064; python: 1,530; javascript: 203; sh: 184; xml: 182; objc: 53; makefile: 51
file content (27 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: fix prviacy issue with css file
 cadabra2 (2.3.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #920238)
Author: Gürkan Myczko <gurkan@phys.ethz.ch>
Bug-Debian: https://bugs.debian.org/920238

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: Gürkan Myczko <gurkan@phys.ethz.ch>
Last-Update: 2020-11-01

--- cadabra2-2.3.2.orig/client_server/notebook.html
+++ cadabra2-2.3.2/client_server/notebook.html
@@ -1,6 +1,6 @@
 <html>
   <head>
-	 <link rel="stylesheet" href="https://cadabra.science/static/fonts/Serif/cmun-serif.css"></link>
+	 <link rel="stylesheet" href="cmun-serif.css"></link>
 	 <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/latest.js?config=TeX-AMS-MML_HTMLorMML' async></script>
 	 <style>
 		div.image_png { width: 400px; }