diff options
| author | Christian Cleberg <[email protected]> | 2026-08-07 18:09:39 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-07 18:11:47 -0500 |
| commit | ddb8aa297962379fa7731032140221ba35f84b50 (patch) | |
| tree | 8a0d85912ddd41d34f6d4832b0e3c1dcaecbccd0 /SETUP.txt | |
| parent | ad54fbcda1ba7f654dc27c06bf22f2628f6c7cf4 (diff) | |
| download | skunky-art-1.3.8.tar.gz skunky-art-1.3.8.tar.bz2 skunky-art-1.3.8.zip | |
feat: add hide-ai option to omit AI-generated deviationsv1.3.8
Adds a hide-ai config flag that drops deviations flagged data.AI from
every listing (search, daily, galleries, favourites) in the shared
DeviationList loop, analogous to how nsfw gates mature content. The
flag is already parsed and shown as a marker, so this is a filter over
existing data. Off by default.
Closes #15
Diffstat (limited to 'SETUP.txt')
| -rwxr-xr-x | SETUP.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ Time units: DeviantArt's CDN. Required by `cache`; when off, clients fetch images from wixmp directly. * `nsfw` — Show mature content. +* `hide-ai` — Omit AI-generated deviations (those flagged `[🤖]`) from all + listings: search, daily deviations, galleries and favourites. # Setting up reverse proxy Pretty much business as usual, except for the [`X-Forwarded-Proto`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto) header setting. |
