Преглед изворни кода

Merge remote branch 'ptheg/master'

* ptheg/master:
  Search engines should not indexing Profiler
Fabien Potencier пре 14 година
родитељ
комит
f23044f63b

+ 1 - 0
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig

@@ -2,6 +2,7 @@
 <html>
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+        <meta name="robots" content="noindex,nofollow" />
         <title>{% block title 'Profiler' %}</title>
         <link rel="shortcut icon" type="image/x-icon" href="{{ asset('bundles/webprofiler/favicon.ico') }}" />
         {% block head %}