From 77988bce4276611a642c76a0989ff5a7604a8702 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 12 Oct 2024 13:20:07 +0200 Subject: [PATCH] feat(guide): Downloaders - Add SABnzb cleanup list to prevent unwanted extensions (#2089) * feat(guide): Downloaders - Add SABnzb cleanup list to prevent unwanted extensions * Update docs/Downloaders/SABnzbd/Basic-Setup.md Co-authored-by: nuxen * Update docs/Downloaders/SABnzbd/Basic-Setup.md Co-authored-by: nuxen --------- Co-authored-by: nuxen --- docs/Downloaders/SABnzbd/Basic-Setup.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/Downloaders/SABnzbd/Basic-Setup.md b/docs/Downloaders/SABnzbd/Basic-Setup.md index 014d9d6e5..8f6f0bd03 100644 --- a/docs/Downloaders/SABnzbd/Basic-Setup.md +++ b/docs/Downloaders/SABnzbd/Basic-Setup.md @@ -111,6 +111,18 @@ Covered and fully explained in [SABnzbd - Paths and Categories](/Downloaders/SAB 1. Best to leave this disabled and let the Starr apps handle this since it looks at runtime and makes a much more intelligent decision if it's a sample compared to what SABnzbd uses. 1. Helps with de-obfuscation, especially invalid file extensions +#### Prevent unwanted extensions + +!!! info "The Starr apps focus solely on media files and typically ignore all those extensions." + +Add these extensions to your `Cleanup List` (primarily for Windows users) as they could potentially be abused or exploited. + +```none +ade, adp, app, application, appref-ms, asp, aspx, asx, bas, bat, bgi, cab, cer, chm, cmd, cnt, com, cpl, crt, csh, der, diagcab, exe, fxp, gadget, grp, hlp, hpj, hta, htc, inf, ins, iso, isp, its, jar, jnlp, js, jse, ksh, lnk, mad, maf, mag, mam, maq, mar, mas, mat, mau, mav, maw, mcf, mda, mdb, mde, mdt, mdw, mdz, msc, msh, msh1, msh2, mshxml, msh1xml, msh2xml, msi, msp, mst, msu, ops, osd, pcd, pif, pl, plg, prf, prg, printerexport, ps1, ps1xml, ps2, ps2xml, psc1, psc2, psd1, psdm1, pst, py, pyc, pyo, pyw, pyz, pyzw, reg, scf, scr, sct, shb, shs, theme, tmp, url, vb, vbe, vbp, vbs, vhd, vhdx, vsmacros, vsw, webpnp, website, ws, wsc, wsf, wsh, xbap, xll, xnk +``` + +!!! note "If you are using SABnzbd to download games and apps, this list shouldn't be used. You can either create a separate category, set it to download only, and manually extract the files, or use a separate app or instance for them." + --- ## Sorting