Ticket #11958: 0001-Add-Robots.txt-to-prevent-some-search-engines-from-c.patch

File 0001-Add-Robots.txt-to-prevent-some-search-engines-from-c.patch, 589 bytes (added by skd5aner <skd5aner@…>, 10 years ago)
  • new file robots.txt

    From 32a0dce3b14b7fa8f445edcb861132b52a979a73 Mon Sep 17 00:00:00 2001
    From: skd5aner <skd5aner@gmail.com>
    Date: Thu, 21 Nov 2013 23:07:51 -0500
    Subject: [PATCH] Add Robots.txt to prevent some search engines from causing
     havoc should someone accidently open up mythtweb access to
     the internet without security it properly
    
    ---
     robots.txt |    3 +++
     1 file changed, 3 insertions(+)
     create mode 100755 robots.txt
    
    diff --git a/robots.txt b/robots.txt
    new file mode 100755
    index 0000000..6ffbc30
    - +  
     1User-agent: *
     2Disallow: /
     3