Skip to content

Commit

Permalink
feat(guide): Downloaders - Add SABnzb cleanup list to prevent unwante…
Browse files Browse the repository at this point in the history
…d extensions (#2089)

* feat(guide): Downloaders - Add SABnzb cleanup list to prevent unwanted extensions

* Update docs/Downloaders/SABnzbd/Basic-Setup.md

Co-authored-by: nuxen <[email protected]>

* Update docs/Downloaders/SABnzbd/Basic-Setup.md

Co-authored-by: nuxen <[email protected]>

---------

Co-authored-by: nuxen <[email protected]>
  • Loading branch information
TRaSH- and nuxencs authored Oct 12, 2024
1 parent c6913e5 commit 77988bc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/Downloaders/SABnzbd/Basic-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77988bc

Please sign in to comment.