From e775927f6062a207b6baeb5bedd5db032a88aeff Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 24 Aug 2018 21:10:04 +0200 Subject: [PATCH] Add htaccess files to prevent directory indexing. [skip ci] --- public/css/.htaccess | 1 + public/css/jquery-ui/.htaccess | 1 + public/css/jquery-ui/images/.htaccess | 1 + public/fonts/.htaccess | 1 + public/fonts/vendor/.htaccess | 1 + public/fonts/vendor/bootstrap-sass/.htaccess | 1 + public/fonts/vendor/bootstrap-sass/bootstrap/.htaccess | 1 + public/fonts/vendor/font-awesome/.htaccess | 1 + public/images/.htaccess | 1 + public/images/flags/.htaccess | 1 + public/images/logos/.htaccess | 1 + public/js/.htaccess | 1 + public/js/ff/.htaccess | 1 + public/js/ff/accounts/.htaccess | 1 + public/js/ff/admin/.htaccess | 1 + public/js/ff/admin/update/.htaccess | 1 + public/js/ff/bills/.htaccess | 1 + public/js/ff/budgets/.htaccess | 1 + public/js/ff/categories/.htaccess | 1 + public/js/ff/export/.htaccess | 1 + public/js/ff/import/.htaccess | 1 + public/js/ff/import/file/.htaccess | 1 + public/js/ff/install/.htaccess | 1 + public/js/ff/intro/.htaccess | 1 + public/js/ff/moment/.htaccess | 1 + public/js/ff/piggy-banks/.htaccess | 1 + public/js/ff/preferences/.htaccess | 1 + public/js/ff/recurring/.htaccess | 1 + public/js/ff/reports/.htaccess | 1 + public/js/ff/reports/account/.htaccess | 1 + public/js/ff/reports/audit/.htaccess | 1 + public/js/ff/reports/budget/.htaccess | 1 + public/js/ff/reports/category/.htaccess | 1 + public/js/ff/reports/default/.htaccess | 1 + public/js/ff/reports/tag/.htaccess | 1 + public/js/ff/rules/.htaccess | 1 + public/js/ff/search/.htaccess | 1 + public/js/ff/tags/.htaccess | 1 + public/js/ff/transactions/.htaccess | 1 + public/js/ff/transactions/mass/.htaccess | 1 + public/js/ff/transactions/single/.htaccess | 1 + public/js/ff/transactions/split/.htaccess | 1 + public/js/lib/.htaccess | 1 + public/lib/.htaccess | 1 + public/lib/adminlte/.htaccess | 1 + public/lib/adminlte/css/.htaccess | 1 + public/lib/adminlte/css/skins/.htaccess | 1 + public/lib/adminlte/img/.htaccess | 1 + public/lib/adminlte/js/.htaccess | 1 + public/lib/fc/.htaccess | 1 + public/lib/intro/.htaccess | 1 + public/lib/leaflet/.htaccess | 1 + public/lib/leaflet/images/.htaccess | 1 + 53 files changed, 53 insertions(+) create mode 100644 public/css/.htaccess create mode 100644 public/css/jquery-ui/.htaccess create mode 100644 public/css/jquery-ui/images/.htaccess create mode 100644 public/fonts/.htaccess create mode 100644 public/fonts/vendor/.htaccess create mode 100644 public/fonts/vendor/bootstrap-sass/.htaccess create mode 100644 public/fonts/vendor/bootstrap-sass/bootstrap/.htaccess create mode 100644 public/fonts/vendor/font-awesome/.htaccess create mode 100644 public/images/.htaccess create mode 100644 public/images/flags/.htaccess create mode 100644 public/images/logos/.htaccess create mode 100644 public/js/.htaccess create mode 100644 public/js/ff/.htaccess create mode 100644 public/js/ff/accounts/.htaccess create mode 100644 public/js/ff/admin/.htaccess create mode 100644 public/js/ff/admin/update/.htaccess create mode 100644 public/js/ff/bills/.htaccess create mode 100644 public/js/ff/budgets/.htaccess create mode 100644 public/js/ff/categories/.htaccess create mode 100644 public/js/ff/export/.htaccess create mode 100644 public/js/ff/import/.htaccess create mode 100644 public/js/ff/import/file/.htaccess create mode 100644 public/js/ff/install/.htaccess create mode 100644 public/js/ff/intro/.htaccess create mode 100644 public/js/ff/moment/.htaccess create mode 100644 public/js/ff/piggy-banks/.htaccess create mode 100644 public/js/ff/preferences/.htaccess create mode 100644 public/js/ff/recurring/.htaccess create mode 100644 public/js/ff/reports/.htaccess create mode 100644 public/js/ff/reports/account/.htaccess create mode 100644 public/js/ff/reports/audit/.htaccess create mode 100644 public/js/ff/reports/budget/.htaccess create mode 100644 public/js/ff/reports/category/.htaccess create mode 100644 public/js/ff/reports/default/.htaccess create mode 100644 public/js/ff/reports/tag/.htaccess create mode 100644 public/js/ff/rules/.htaccess create mode 100644 public/js/ff/search/.htaccess create mode 100644 public/js/ff/tags/.htaccess create mode 100644 public/js/ff/transactions/.htaccess create mode 100644 public/js/ff/transactions/mass/.htaccess create mode 100644 public/js/ff/transactions/single/.htaccess create mode 100644 public/js/ff/transactions/split/.htaccess create mode 100644 public/js/lib/.htaccess create mode 100644 public/lib/.htaccess create mode 100644 public/lib/adminlte/.htaccess create mode 100644 public/lib/adminlte/css/.htaccess create mode 100644 public/lib/adminlte/css/skins/.htaccess create mode 100644 public/lib/adminlte/img/.htaccess create mode 100644 public/lib/adminlte/js/.htaccess create mode 100644 public/lib/fc/.htaccess create mode 100644 public/lib/intro/.htaccess create mode 100644 public/lib/leaflet/.htaccess create mode 100644 public/lib/leaflet/images/.htaccess diff --git a/public/css/.htaccess b/public/css/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/css/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/css/jquery-ui/.htaccess b/public/css/jquery-ui/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/css/jquery-ui/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/css/jquery-ui/images/.htaccess b/public/css/jquery-ui/images/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/css/jquery-ui/images/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/fonts/.htaccess b/public/fonts/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/fonts/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/fonts/vendor/.htaccess b/public/fonts/vendor/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/fonts/vendor/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/fonts/vendor/bootstrap-sass/.htaccess b/public/fonts/vendor/bootstrap-sass/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/fonts/vendor/bootstrap-sass/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/fonts/vendor/bootstrap-sass/bootstrap/.htaccess b/public/fonts/vendor/bootstrap-sass/bootstrap/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/fonts/vendor/bootstrap-sass/bootstrap/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/fonts/vendor/font-awesome/.htaccess b/public/fonts/vendor/font-awesome/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/fonts/vendor/font-awesome/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/images/.htaccess b/public/images/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/images/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/images/flags/.htaccess b/public/images/flags/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/images/flags/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/images/logos/.htaccess b/public/images/logos/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/images/logos/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/.htaccess b/public/js/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/.htaccess b/public/js/ff/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/accounts/.htaccess b/public/js/ff/accounts/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/accounts/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/admin/.htaccess b/public/js/ff/admin/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/admin/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/admin/update/.htaccess b/public/js/ff/admin/update/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/admin/update/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/bills/.htaccess b/public/js/ff/bills/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/bills/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/budgets/.htaccess b/public/js/ff/budgets/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/budgets/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/categories/.htaccess b/public/js/ff/categories/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/categories/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/export/.htaccess b/public/js/ff/export/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/export/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/import/.htaccess b/public/js/ff/import/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/import/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/import/file/.htaccess b/public/js/ff/import/file/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/import/file/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/install/.htaccess b/public/js/ff/install/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/install/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/intro/.htaccess b/public/js/ff/intro/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/intro/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/moment/.htaccess b/public/js/ff/moment/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/moment/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/piggy-banks/.htaccess b/public/js/ff/piggy-banks/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/piggy-banks/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/preferences/.htaccess b/public/js/ff/preferences/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/preferences/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/recurring/.htaccess b/public/js/ff/recurring/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/recurring/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/reports/.htaccess b/public/js/ff/reports/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/reports/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/reports/account/.htaccess b/public/js/ff/reports/account/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/reports/account/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/reports/audit/.htaccess b/public/js/ff/reports/audit/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/reports/audit/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/reports/budget/.htaccess b/public/js/ff/reports/budget/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/reports/budget/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/reports/category/.htaccess b/public/js/ff/reports/category/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/reports/category/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/reports/default/.htaccess b/public/js/ff/reports/default/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/reports/default/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/reports/tag/.htaccess b/public/js/ff/reports/tag/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/reports/tag/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/rules/.htaccess b/public/js/ff/rules/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/rules/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/search/.htaccess b/public/js/ff/search/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/search/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/tags/.htaccess b/public/js/ff/tags/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/tags/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/transactions/.htaccess b/public/js/ff/transactions/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/transactions/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/transactions/mass/.htaccess b/public/js/ff/transactions/mass/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/transactions/mass/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/transactions/single/.htaccess b/public/js/ff/transactions/single/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/transactions/single/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/ff/transactions/split/.htaccess b/public/js/ff/transactions/split/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/ff/transactions/split/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/js/lib/.htaccess b/public/js/lib/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/js/lib/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/lib/.htaccess b/public/lib/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/lib/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/lib/adminlte/.htaccess b/public/lib/adminlte/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/lib/adminlte/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/lib/adminlte/css/.htaccess b/public/lib/adminlte/css/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/lib/adminlte/css/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/lib/adminlte/css/skins/.htaccess b/public/lib/adminlte/css/skins/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/lib/adminlte/css/skins/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/lib/adminlte/img/.htaccess b/public/lib/adminlte/img/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/lib/adminlte/img/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/lib/adminlte/js/.htaccess b/public/lib/adminlte/js/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/lib/adminlte/js/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/lib/fc/.htaccess b/public/lib/fc/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/lib/fc/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/lib/intro/.htaccess b/public/lib/intro/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/lib/intro/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/lib/leaflet/.htaccess b/public/lib/leaflet/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/lib/leaflet/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file diff --git a/public/lib/leaflet/images/.htaccess b/public/lib/leaflet/images/.htaccess new file mode 100644 index 0000000000..45552cb63e --- /dev/null +++ b/public/lib/leaflet/images/.htaccess @@ -0,0 +1 @@ +Options -Indexes \ No newline at end of file