remove ccs integration

This commit is contained in:
r888888888
2017-10-17 17:58:49 -07:00
parent 63afefdf88
commit 8874b274ad
2 changed files with 0 additions and 42 deletions

View File

@@ -141,13 +141,4 @@
Upload - <%= Danbooru.config.app_name %>
<% end %>
<% if CurrentUser.is_builder? && Danbooru.config.ccs_server.present? && @normalized_url %>
<% content_for(:html_header) do %>
<%= tag("meta", name: "ccs-server", content: Danbooru.config.ccs_server) %>
<%= tag("meta", name: "image-url", content: @normalized_url) %>
<%= tag("meta", name: "image-ref", content: ImageProxy.fake_referer_for(@normalized_url)) %>
<%= tag("meta", name: "image-sig", content: ccs_build_sig(@normalized_url)) %>
<% end %>
<% end %>
<%= render "posts/partials/common/secondary_links" %>