diff --git a/src/Jackett.Common/Indexers/Definitions/HDTorrents.cs b/src/Jackett.Common/Indexers/Definitions/HDTorrents.cs
index fd58e6002..9203beace 100644
--- a/src/Jackett.Common/Indexers/Definitions/HDTorrents.cs
+++ b/src/Jackett.Common/Indexers/Definitions/HDTorrents.cs
@@ -62,6 +62,7 @@ namespace Jackett.Common.Indexers.Definitions
configData: new ConfigurationDataBasicLogin("For best results, change the Torrents per page: setting to 100 on your account profile."))
{
configData.AddDynamic("freeleech", new BoolConfigurationItem("Search freeleech only") { Value = false });
+ configData.AddDynamic("flaresolverr", new DisplayInfoConfigurationItem("FlareSolverr", "This site may use Cloudflare DDoS Protection, therefore Jackett requires FlareSolverr to access it."));
}
private TorznabCapabilities SetCapabilities()