Browse Source

Add HTTP referer privacy

tags/last-sinatra-version
Adrian Short 9 years ago
parent
commit
917bdf2157
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      views/layout.haml

+ 4
- 4
views/layout.haml View File

@@ -4,6 +4,7 @@
%title= @page_title ? @page_title + " - Sutton Elections" : "Sutton Elections - Your guide to voting and election results in the London Borough of Sutton" %title= @page_title ? @page_title + " - Sutton Elections" : "Sutton Elections - Your guide to voting and election results in the London Borough of Sutton"
%link{ :rel => 'stylesheet', :type => 'text/css', :href => '/style.css' } %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/style.css' }
%link{ :rel => 'stylesheet', :type => 'text/css', :href => '/print.css', :media => 'print' } %link{ :rel => 'stylesheet', :type => 'text/css', :href => '/print.css', :media => 'print' }
%meta{ :name => 'referrer', :content => 'no-referrer' }
%body %body
#main #main
- if flash[:notice] - if flash[:notice]
@@ -37,14 +38,13 @@
%p %p
%a{ :href => "https://github.com/adrianshort/suttonelections" } %a{ :href => "https://github.com/adrianshort/suttonelections" }
An independent website by Adrian Short An independent website by Adrian Short
%p
Powered by data from
%p
Powered by data from
%a{ :href => "http://www.sutton.gov.uk/" }< %a{ :href => "http://www.sutton.gov.uk/" }<
Sutton Council Sutton Council
,
,
%a{ :href => "http://data.london.gov.uk/"} %a{ :href => "http://data.london.gov.uk/"}
London Datastore London Datastore
and and
%a{ :href => "http://www.ordnancesurvey.co.uk/business-and-government/products/code-point-open.html" }< %a{ :href => "http://www.ordnancesurvey.co.uk/business-and-government/products/code-point-open.html" }<
Ordnance Survey Ordnance Survey

Loading…
Cancel
Save