Skip to content

Commit

Permalink
feature #1466 Block robots from accessing the backend contents (javie…
Browse files Browse the repository at this point in the history
…reguiluz)

This PR was merged into the master branch.

Discussion
----------

Block robots from accessing the backend contents

This fixes #1465.

I don't know if I've included all the possible `no...` properties 😁

Commits
-------

d46aa13 Block robots from accessing the backend contents
  • Loading branch information
javiereguiluz committed Jan 11, 2017
2 parents e53d832 + d46aa13 commit 6a2598d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/views/default/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noodp, noimageindex, notranslate, nocache" />
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta name="generator" content="EasyAdmin" />

Expand Down

0 comments on commit 6a2598d

Please sign in to comment.