Skip to content

Commit

Permalink
feat: set user agent referrer in meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 24, 2021
1 parent 8787d2c commit bf0bd85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ export default {
mixins: [UrlManagerMixin],
head() {
return {
meta: [
{
hid: 'referrer',
name: 'referrer',
content: 'no-referrer',
},
],
}
},
computed: {
...mapGetters('booru', ['getPosts']),
},
Expand Down

0 comments on commit bf0bd85

Please sign in to comment.