mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-03-31 11:37:35 +03:00
ы
This commit is contained in:
parent
048bb470ab
commit
40d3d89623
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ func (s skunkyart) Deviation(author, postname string) {
|
|||
return
|
||||
}
|
||||
|
||||
if post.Post.Deviation.NSFW {
|
||||
if post.Post.Deviation.NSFW && !CFG.Nsfw {
|
||||
s.Writer.WriteHeader(403)
|
||||
wr(s.Writer, `<html><link rel="stylesheet" href="`+
|
||||
UrlBuilder("stylesheet")+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue