From 767ac77ee26316b183955c8bfd132df8ff11dfe1 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 18 Jun 2018 22:56:58 +0200 Subject: [PATCH] [#1942] Track missing index files (#1943) These files must exist for security reasons: they hide contents of their directories if the webserver isn't well configured and redirect to the home page. They were automatically created by `./cli/prepare.php` script so it was annoying to have them in the working tree. Also, the files created by the script were empty. --- data/PubSubHubbub/feeds/index.html | 13 +++++++++++++ data/PubSubHubbub/index.html | 13 +++++++++++++ data/PubSubHubbub/keys/index.html | 13 +++++++++++++ data/users/_/index.html | 13 +++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 data/PubSubHubbub/feeds/index.html create mode 100644 data/PubSubHubbub/index.html create mode 100644 data/PubSubHubbub/keys/index.html create mode 100644 data/users/_/index.html diff --git a/data/PubSubHubbub/feeds/index.html b/data/PubSubHubbub/feeds/index.html new file mode 100644 index 000000000..85faaa37e --- /dev/null +++ b/data/PubSubHubbub/feeds/index.html @@ -0,0 +1,13 @@ + + + + + +Redirection + + + + +

Redirection

+ + diff --git a/data/PubSubHubbub/index.html b/data/PubSubHubbub/index.html new file mode 100644 index 000000000..85faaa37e --- /dev/null +++ b/data/PubSubHubbub/index.html @@ -0,0 +1,13 @@ + + + + + +Redirection + + + + +

Redirection

+ + diff --git a/data/PubSubHubbub/keys/index.html b/data/PubSubHubbub/keys/index.html new file mode 100644 index 000000000..85faaa37e --- /dev/null +++ b/data/PubSubHubbub/keys/index.html @@ -0,0 +1,13 @@ + + + + + +Redirection + + + + +

Redirection

+ + diff --git a/data/users/_/index.html b/data/users/_/index.html new file mode 100644 index 000000000..85faaa37e --- /dev/null +++ b/data/users/_/index.html @@ -0,0 +1,13 @@ + + + + + +Redirection + + + + +

Redirection

+ +