[APP-2146] Update GIF content filtering and [APP-2152] harden web GIFs (#10443)

Co-authored-by: vineyardbovines <spencer@thepope.dev>
This commit is contained in:
Spence Pope
2026-05-08 15:34:07 -04:00
committed by GitHub
parent a889a1b081
commit 8b9361016a
6 changed files with 126 additions and 49 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ function createKlipyApi<Input extends object>(
// 30 is divisible by 2 and 3, so both 2 and 3 column layouts can be used
params.set('limit', '30')
params.set('contentfilter', 'high')
params.set('contentfilter', 'low') // PG-13 equivalent
const locale = getLocales?.()?.[0]