From aaec9efd72f21970e7cf0f9ab8abf1572e1a0695 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 16 Jan 2025 13:19:21 +0100 Subject: remove SBT from list of shame --- docs/https.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/https.md b/docs/https.md index 552563b..375126e 100644 --- a/docs/https.md +++ b/docs/https.md @@ -221,7 +221,6 @@ In fact disabling HTTPS or the CA root mechanisms is considered so bad of a prac I will call out some mods here that I know are doing this. - [Partly Sane Skies](https://github.com/PartlySaneStudios/partly-sane-skies/blob/4d4eb0f30d52e74762439b2114f09c13af166819/src/main/kotlin/me/partlysanestudios/partlysaneskies/data/api/Request.kt#L116) - - [Skyblock-Tweaks](https://github.com/MrFast-js/Skyblock-Tweaks/blob/0ff4f55a268a875645848958d07f910a480a5736/src/main/java/mrfast/sbt/utils/NetworkUtils.kt#L33) - [Bazaar Notifier](https://github.com/symt/BazaarNotifier/blob/988b2728538c45aba6ca3f240c3c718b8608fd12/src/main/java/dev/meyi/bn/utilities/Utils.java#L43-L59) - and many more... -- cgit