From 638c928c8a1c0791003bfe7295ed42d3934fc95e Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 9 May 2022 02:00:35 -0500 Subject: [PATCH] Add 18 USC 2257 disclaimer. Add a 2257 disclaimer and link to it in the site footer. --- app/views/layouts/default.html.erb | 1 + app/views/static/2257.html.erb | 47 +++++++++++++++++++++++ app/views/static/site_map.html.erb | 1 + config/routes.rb | 1 + test/functional/static_controller_test.rb | 7 ++++ 5 files changed, 57 insertions(+) create mode 100644 app/views/static/2257.html.erb diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index 942c3b571..680e90318 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -183,6 +183,7 @@ <%= Danbooru.config.app_name %> / <%= link_to "Rules", terms_of_service_path %> / <%= link_to "Privacy", privacy_policy_path %> + / <%= link_to "2257", usc_2257_path %> / <%= link_to "Upgrade", new_user_upgrade_path %> / <%= link_to "Contact", contact_path %> / diff --git a/app/views/static/2257.html.erb b/app/views/static/2257.html.erb new file mode 100644 index 000000000..aba861be4 --- /dev/null +++ b/app/views/static/2257.html.erb @@ -0,0 +1,47 @@ +<% page_title "18 U.S.C. §2257 Compliance Statement" %> + +<% @app_name = Danbooru.config.canonical_app_name %> + +
+
+

18 U.S.C. §2257 Compliance Statement

+ +

<%= @app_name %> is an image hosting website which allows for the + uploading, sharing, and viewing of illustrations, drawings, and + computer-generated artwork.

+ +

<%= @app_name %> is exempt from the record keeping requirements of 18 + U.S.C. §2257 because the site does not publish sexually explicit + photographs or videos of real people. Any photographs or videos of any real + people that may be published on this website are not sexually explicit (as + defined in 18 U.S.C section 2256) or totally non-nude.

+ +

<%= @app_name %> is not a producer (whether primary or secondary as + defined in 18 U.S.C. § 2257) of any of the content found on this website. + The website's activities, with respect to such content, are limited to the + transmission, storage, retrieval, and/or hosting of content on behalf of + third party users.

+ +

Please direct any requests you may have regarding §2257 records in + relation to any content found on <%= @app_name %> directly to the + respective uploader, artist, or producer of said content.

+ +

<%= @app_name %> abides by the following procedures regarding uploaded content to ensure compliance:

+ +
    +
  • Requiring all users to be over 18 years old to use the site, register an account, or upload content.
  • +
  • Requiring all uploaded content to be drawn or computer generated artwork.
  • +
  • Prohibiting the upload of any nude or sexually-explicit photographs or videos of any real person.
  • +
  • Prohibiting the upload of any photographs or videos of any real person who is or appears to be under the age of 18.
  • +
  • Moderating all uploaded content and expeditiously removing any content found to be in violation of these policies.
  • +
+ +

<%= @app_name %> allows content to be flagged as inappropriate by users. + Should any content be flagged as illegal or in violation of these policies, + it shall be removed from the site without delay.

+ +

For further assistance in contacting the uploader or producer of any + content, in removing content from the site, or for any questions regarding + this notice, please <%= link_to "contact us", contact_path %>. +

+
diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index 24e732ded..ca31b462b 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -135,6 +135,7 @@
  • <%= link_to("Bans", bans_path) %>
  • <%= link_to("Feedback", user_feedbacks_path) %>
  • <%= link_to("Terms of Service", terms_of_service_path) %>
  • +
  • <%= link_to("2257 Statement", usc_2257_path) %>
  • <%= link_to("Privacy Policy", privacy_policy_path) %>