Added dynamic affiliate URLs and video player restrictions.

This commit is contained in:
2026-01-28 00:57:32 +01:00
parent 31c62e01f9
commit 0bf0b716b2
7 changed files with 54 additions and 23 deletions

View File

@@ -104,5 +104,9 @@ module.exports = {
assetPath: '/img',
mediaPath: '/media',
s3Path: 'https://s3.wasabisys.com',
videoRestrictions: [ // entity slugs
'_kink',
'_kinkmen',
],
},
};