From 365bf4e37c61524a6d1bcb53162d64ab242f9d11 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sun, 20 Dec 2015 15:36:59 +0000 Subject: [PATCH] Use "origin" referrer policy --- app/views/asciicasts/_player.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/asciicasts/_player.html.erb b/app/views/asciicasts/_player.html.erb index 3528a02..2f7f87a 100644 --- a/app/views/asciicasts/_player.html.erb +++ b/app/views/asciicasts/_player.html.erb @@ -1,7 +1,7 @@ <% if asciicast.private? %> <% content_for(:head) do %> - + <% end %> <% end %>