From eaadc59893303ffe145d567a4957c8f8916c7f38 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 3 Aug 2024 17:27:40 +0200 Subject: [PATCH] feat(icons): add hard-hat icon and new services Introduce hard-hat SVG icon and add new services (nocdnbs, nobsdelivr) to services.json. These services provide privacy-friendly proxies to major CDNs (Cloudflare and jsDelivr), enhancing user privacy by avoiding tracking. --- assets/dist/icons/hard-hat.svg | 1 + data/services.json | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 assets/dist/icons/hard-hat.svg diff --git a/assets/dist/icons/hard-hat.svg b/assets/dist/icons/hard-hat.svg new file mode 100644 index 0000000..5deb64b --- /dev/null +++ b/assets/dist/icons/hard-hat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/services.json b/data/services.json index c25e7c5..a9c7194 100644 --- a/data/services.json +++ b/data/services.json @@ -584,6 +584,40 @@ "icon": "map-trifold", "exclude_from_index": false, "exclude_from_simple": false + }, + { + "name": "nocdnbs", + "url": "https://nocdnbs.private.coffee", + "homemade": true, + "short_description": "nocdnbs is a privacy-friendly proxy to cdnjs.cloudflare.com", + "long_description": "nocdnbs is a privacy-friendly proxy to cdnjs.cloudflare.com. It allows you to use the cdnjs.cloudflare.com library without being tracked by Cloudflare.", + "status": "OK", + "links": [ + { + "name": "Go to nocdnbs", + "url": "https://nocdnbs.private.coffee" + } + ], + "icon": "hard-hat", + "exclude_from_index": false, + "exclude_from_simple": false + }, + { + "name": "nobsdelivr", + "url": "https://nobsdelivr.private.coffee", + "homemade": true, + "short_description": "nobsdelivr is a privacy-friendly proxy to cdn.jsdelivr.net", + "long_description": "nobsdelivr is a privacy-friendly proxy to cdn.jsdelivr.net. It allows you to use the cdn.jsdelivr.net library without being tracked by jsDelivr.", + "status": "OK", + "links": [ + { + "name": "Go to nobsdelivr", + "url": "https://nobsdelivr.private.coffee" + } + ], + "icon": "hard-hat", + "exclude_from_index": false, + "exclude_from_simple": false } ] } \ No newline at end of file