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 28 29
|
From: Gunnar Hjalmarsson <gunnarhj@ubuntu.com>
Date: Sun, 28 Jul 2024 19:42:55 -0400
Subject: Don't fetch remote images when reading docs on disk
This fixes a privacy breach previously reported as Lintian warnings
Forwarded: not-needed
Last-Update: 2024-07-28
---
README.md | 7 -------
1 file changed, 7 deletions(-)
diff --git a/README.md b/README.md
index e4edffb..cc22afd 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,5 @@
# Open Chinese Convert 開放中文轉換
-[](https://github.com/BYVoid/OpenCC/actions/workflows/cmake.yml)
-[](https://github.com/BYVoid/OpenCC/actions/workflows/bazel.yml)
-[](https://github.com/BYVoid/OpenCC/actions/workflows/msvc.yml)
-[](https://github.com/BYVoid/OpenCC/actions/workflows/nodejs.yml)
-[](https://github.com/BYVoid/OpenCC/actions/workflows/python.yml)
-[](https://ci.appveyor.com/project/Carbo/OpenCC)
-
## Introduction 介紹

|