Skip to content

Commit

Permalink
念のためnoimageaiもつける
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed May 10, 2023
1 parent 6a25015 commit 0c4c4e7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/server/web/views/clip.pug
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ block meta
if profile.noCrawle
meta(name='robots' content='noindex')
if profile.preventAiLarning
meta(name='robots' content='noimageai')
meta(name='robots' content='noai')

meta(name='misskey:user-username' content=user.username)
Expand Down
1 change: 1 addition & 0 deletions packages/backend/src/server/web/views/flash.pug
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ block meta
if profile.noCrawle
meta(name='robots' content='noindex')
if profile.preventAiLarning
meta(name='robots' content='noimageai')
meta(name='robots' content='noai')

meta(name='misskey:user-username' content=user.username)
Expand Down
1 change: 1 addition & 0 deletions packages/backend/src/server/web/views/gallery-post.pug
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ block meta
if user.host || profile.noCrawle
meta(name='robots' content='noindex')
if profile.preventAiLarning
meta(name='robots' content='noimageai')
meta(name='robots' content='noai')

meta(name='misskey:user-username' content=user.username)
Expand Down
1 change: 1 addition & 0 deletions packages/backend/src/server/web/views/note.pug
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ block meta
if user.host || isRenote || profile.noCrawle
meta(name='robots' content='noindex')
if profile.preventAiLarning
meta(name='robots' content='noimageai')
meta(name='robots' content='noai')

meta(name='misskey:user-username' content=user.username)
Expand Down
1 change: 1 addition & 0 deletions packages/backend/src/server/web/views/page.pug
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ block meta
if profile.noCrawle
meta(name='robots' content='noindex')
if profile.preventAiLarning
meta(name='robots' content='noimageai')
meta(name='robots' content='noai')

meta(name='misskey:user-username' content=user.username)
Expand Down
1 change: 1 addition & 0 deletions packages/backend/src/server/web/views/user.pug
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ block meta
if user.host || profile.noCrawle
meta(name='robots' content='noindex')
if profile.preventAiLarning
meta(name='robots' content='noimageai')
meta(name='robots' content='noai')

meta(name='misskey:user-username' content=user.username)
Expand Down

0 comments on commit 0c4c4e7

Please sign in to comment.