Skip to content
Snippets Groups Projects
Select Git revision
  • f971ce0b66ba32b1946df493ab5a937e4a778548
  • master default protected
2 results

robots.txt

Blame
    • Michael Kent's avatar
      5b77f16d
      Add robot.txt · 5b77f16d
      Michael Kent authored
      This is needed for security reasons - often people looking to exploit applications will search for something in a certain version of a web application and find many sites to exploit. This stops that from being so easy.
      5b77f16d
      History
      Add robot.txt
      Michael Kent authored
      This is needed for security reasons - often people looking to exploit applications will search for something in a certain version of a web application and find many sites to exploit. This stops that from being so easy.
    bower.json 599 B
    {
      "name": "ownCloud",
      "version": "8.0 pre alpha",
      "homepage": "https://www.owncloud.org",
      "license": "AGPL",
      "private": true,
      "ignore": [
        "**/.*",
        "node_modules",
        "bower_components",
        "core/vendor",
        "test",
        "tests"
      ],
      "dependencies": {
        "blueimp-md5": "~1.0.1",
        "handlebars": "~1.3.0",
        "jcrop": "~0.9.12",
        "jquery": "~1.10.0",
        "jquery-ui": "1.10.0",
        "jsTimezoneDetect": "~1.0.5",
        "moment": "~2.8.3",
        "select2": "~3.4.8",
        "zxcvbn": "*",
        "snapjs": "~2.0.0-rc1",
        "strengthify": "0.4.1",
        "underscore": "~1.6.0"
      }
    }