Add DMCA complaint form.
Add a form for submitting DMCA complaints. The complaint is emailed to the site owner, and a confirmation email is sent to the submitter.
This commit is contained in:
@@ -91,6 +91,11 @@ module Danbooru
|
||||
"webmaster@#{Danbooru.config.hostname}"
|
||||
end
|
||||
|
||||
# The email address where DMCA complaints should be sent.
|
||||
def dmca_email
|
||||
"dmca@#{Danbooru.config.hostname}"
|
||||
end
|
||||
|
||||
# The email address to use for Dmail notifications.
|
||||
def notification_email
|
||||
"notifications@#{Danbooru.config.hostname}"
|
||||
|
||||
Reference in New Issue
Block a user