diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/0001-Prevent-privacy-breach.patch | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/debian/patches/0001-Prevent-privacy-breach.patch b/debian/patches/0001-Prevent-privacy-breach.patch new file mode 100644 index 0000000..d70b7da --- /dev/null +++ b/debian/patches/0001-Prevent-privacy-breach.patch @@ -0,0 +1,53 @@ +From: =?utf-8?b?T25kxZllaiBOb3bDvQ==?= <onovy@debian.org> +Date: Mon, 14 May 2018 14:59:33 +0200 +Subject: Prevent privacy breach + +Forwarded: Not-Needed +--- + src/pallets_sphinx_themes/themes/babel/static/babel.css | 1 - + src/pallets_sphinx_themes/themes/click/static/click.css | 2 -- + src/pallets_sphinx_themes/themes/jinja/static/jinja.css | 1 - + src/pallets_sphinx_themes/themes/platter/static/platter.css | 1 - + 4 files changed, 5 deletions(-) + +diff --git a/src/pallets_sphinx_themes/themes/babel/static/babel.css b/src/pallets_sphinx_themes/themes/babel/static/babel.css +index 04870e5..2e3055d 100644 +--- a/src/pallets_sphinx_themes/themes/babel/static/babel.css ++++ b/src/pallets_sphinx_themes/themes/babel/static/babel.css +@@ -1,5 +1,4 @@ + @import url(pocoo.css); +-@import url(http://fonts.googleapis.com/css?family=Bree+Serif); + + body { + font-family: "Verdana", "Garamond", "Georgia", serif; +diff --git a/src/pallets_sphinx_themes/themes/click/static/click.css b/src/pallets_sphinx_themes/themes/click/static/click.css +index 1c0eee4..1378e53 100644 +--- a/src/pallets_sphinx_themes/themes/click/static/click.css ++++ b/src/pallets_sphinx_themes/themes/click/static/click.css +@@ -1,6 +1,4 @@ + @import url("pocoo.css"); +-@import url("https://fonts.googleapis.com/css?family=Ubuntu+Mono"); +-@import url("https://fonts.googleapis.com/css?family=Open+Sans"); + + body, pre, code { + font-family: "Ubuntu Mono", "Consolas", "Menlo", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; +diff --git a/src/pallets_sphinx_themes/themes/jinja/static/jinja.css b/src/pallets_sphinx_themes/themes/jinja/static/jinja.css +index 83de6a1..f6d65a0 100644 +--- a/src/pallets_sphinx_themes/themes/jinja/static/jinja.css ++++ b/src/pallets_sphinx_themes/themes/jinja/static/jinja.css +@@ -1,5 +1,4 @@ + @import url("pocoo.css"); +-@import url("https://fonts.googleapis.com/css?family=Crimson+Text"); + + h1, h2, h3, h4, h5, h6, p.admonition-title, div.sphinxsidebar input { + font-family: "Crimson Text", "Garamond", "Georgia", serif; +diff --git a/src/pallets_sphinx_themes/themes/platter/static/platter.css b/src/pallets_sphinx_themes/themes/platter/static/platter.css +index 1a5a0c6..feac057 100644 +--- a/src/pallets_sphinx_themes/themes/platter/static/platter.css ++++ b/src/pallets_sphinx_themes/themes/platter/static/platter.css +@@ -1,5 +1,4 @@ + @import url(pocoo.css); +-@import url(https://fonts.googleapis.com/css?family=Fira+Mono:400,700|Bitter:400,400italic,700); + + body { + font-family: "Bitter", "Garamond", "Georgia", serif; |