mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix: don't consider 'anti' tag as nsfw tag
plebchan shouldn't consider 'vulgar' or 'anti' as nsfw tags, unlike more sfw-oriented plebbit clients like seedit
This commit is contained in:
@@ -11,7 +11,8 @@ import PopularThreadsBox from './popular-threads-box';
|
||||
import BoardsBox from './boards-box';
|
||||
|
||||
// https://github.com/plebbit/temporary-default-subplebbits/blob/master/README.md
|
||||
export const nsfwTags = ['adult', 'anti', 'gore'];
|
||||
// plebchan shouldn't consider 'vulgar' or 'anti' as nsfw tags, unlike more sfw-oriented clients
|
||||
export const nsfwTags = ['adult', 'gore'];
|
||||
|
||||
const SearchBar = () => {
|
||||
const searchInputRef = useRef<HTMLInputElement>(null);
|
||||
|
||||
Reference in New Issue
Block a user