From f5eeac01047874269bbb2910bab4b32f739c616d Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 11 Mar 2019 20:47:50 +0100 Subject: Fix remote interaction dialogs being indexed by search engines (#10240) Fix #10116 --- app/views/remote_interaction/new.html.haml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/views/remote_interaction') diff --git a/app/views/remote_interaction/new.html.haml b/app/views/remote_interaction/new.html.haml index a0b10681483..b2b7826c4a3 100644 --- a/app/views/remote_interaction/new.html.haml +++ b/app/views/remote_interaction/new.html.haml @@ -1,3 +1,6 @@ +- content_for :header_tags do + %meta{ name: 'robots', content: 'noindex' }/ + .form-container .follow-prompt %h2= t("remote_interaction.#{@interaction_type}.prompt") -- cgit v1.2.3