Files
Gw0bm/config/comments.php
2022-06-20 16:45:36 +00:00

42 lines
696 B
PHP

<?php
return [
'allowedHosters' => [
'imgur.com' => [
'/^i\.imgur\.com$/'
],
'giphy.com' => [
'/^media[0-6]?\.giphy\.com$/'
],
'f0ck.me' => [
'/^f0ck\.me$/'
],
'tumblr.com' => [
'/^(?:68|66|78)\.media\.tumblr\.com$/'
],
'catbox.moe' => [
'/^files\.catbox\.moe$/'
],
'tenor.com' => [
'/^c\.tenor\.com$/'
],
'pr0gramm.com' => [
'/^img\.pr0gramm\.com$/'
],
'' => [
'/^files\.nogf\.club$/',
'/^f0ck\.space$/',
'/^nogf\.club$/',
'/^f0ck\.it$/',
'/^tenor\.com$/',
]
],
'allowedImageFileExtensions' => [
'jpg',
'png',
'gif',
'webp',
]
];