Skip to content

Commit

Permalink
Merge pull request #4556 from Automattic/add/meta/referrer
Browse files Browse the repository at this point in the history
Framework: Add a meta referrer=origin to send referrers.
  • Loading branch information
blowery committed Apr 6, 2016
2 parents 423af07 + a6bcb44 commit 6d14920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/pages/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ html(lang=lang, dir=isRTL ? 'rtl' : 'ltr', class=isFluidWidth ? 'is-fluid-width'
meta(name='viewport', content='width=device-width, initial-scale=1, maximum-scale=1')
meta(name='format-detection', content='telephone=no')
meta(name='mobile-web-app-capable', content='yes')
meta(name='referrer', content='origin')

if helmetMeta
!= helmetMeta
Expand Down

0 comments on commit 6d14920

Please sign in to comment.