1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Sat, 26 Aug 2023 23:57:29 +0200
Subject: Fix Google Fonts privacy breach
Forwarded: not-needed
httpbin/templates/flasgger/index.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/httpbin/templates/flasgger/index.html b/httpbin/templates/flasgger/index.html
index 10c5fb8..67518b1 100644
@@ -4,8 +4,6 @@
<head>
<meta charset="UTF-8">
<title>{{ title }}</title>
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700"
- rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{url_for('flasgger.static', filename='swagger-ui.css')}}">
<link rel="icon" type="image/png" href="{{url_for('static', filename='favicon.ico')}}" sizes="64x64 32x32 16x16" />
<style>
|