From cd1d8d99b86259feaec3f73209e432cf192d715c Mon Sep 17 00:00:00 2001 From: Hariket Sukeshkumar Sheth Date: Fri, 16 Jul 2021 08:32:26 +0530 Subject: [PATCH 1/8] Updated 404.html --- error/404.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 error/404.html diff --git a/error/404.html b/error/404.html new file mode 100644 index 000000000..76a19e04f --- /dev/null +++ b/error/404.html @@ -0,0 +1,25 @@ +--- +layout: post +--- + + + +
+

404

+ +

Page not found

+

The requested page could not be found.

+
From 6f069ff1531979c3fc9386e1bc9aab8aa62ed523 Mon Sep 17 00:00:00 2001 From: Hariket Sukeshkumar Sheth Date: Fri, 16 Jul 2021 08:34:32 +0530 Subject: [PATCH 2/8] Create 401.html --- error/401.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 error/401.html diff --git a/error/401.html b/error/401.html new file mode 100644 index 000000000..9d600faf2 --- /dev/null +++ b/error/401.html @@ -0,0 +1,25 @@ +--- +layout: post +--- + + + +
+

401

+ +

Authentication Required

+

The requested page cannot be accessed without proper authentication.

+
From 76c07ae3d725189d6f88aa607bcabc3693ec7b65 Mon Sep 17 00:00:00 2001 From: Hariket Sukeshkumar Sheth Date: Fri, 16 Jul 2021 08:35:23 +0530 Subject: [PATCH 3/8] Create 403.html --- error/403.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 error/403.html diff --git a/error/403.html b/error/403.html new file mode 100644 index 000000000..215379a9f --- /dev/null +++ b/error/403.html @@ -0,0 +1,25 @@ +--- +layout: post +--- + + + +
+

403

+ +

Forbidden

+

The website's configuration prevents you from accessing this page.

+
From 416baa752ce9c650ddd7a1fc5900b3ebdd34dc1a Mon Sep 17 00:00:00 2001 From: Hariket Sukeshkumar Sheth Date: Fri, 16 Jul 2021 08:36:23 +0530 Subject: [PATCH 4/8] Create 500.html --- error/500.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 error/500.html diff --git a/error/500.html b/error/500.html new file mode 100644 index 000000000..56aef9840 --- /dev/null +++ b/error/500.html @@ -0,0 +1,25 @@ +--- +layout: post +--- + + + +
+

500

+ +

Internal Server Error

+

Something broke when loading the page requested by you.

+
From b2edfc935e5776f0b6421efe1bc94490b164f67e Mon Sep 17 00:00:00 2001 From: Hariket Sukeshkumar Sheth Date: Fri, 16 Jul 2021 08:37:33 +0530 Subject: [PATCH 5/8] Create 503.html --- error/503.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 error/503.html diff --git a/error/503.html b/error/503.html new file mode 100644 index 000000000..da2e719e6 --- /dev/null +++ b/error/503.html @@ -0,0 +1,25 @@ +--- +layout: post +--- + + + +
+

503

+ +

Service Unavailable

+

Server is temporarily unavailable, Kindly check back in some time !

+
From e8d6c2c16988c09cabef9cdd383f449971ab9a4e Mon Sep 17 00:00:00 2001 From: Hariket Sukeshkumar Sheth Date: Fri, 16 Jul 2021 08:40:23 +0530 Subject: [PATCH 6/8] Create 400.html --- error/400.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 error/400.html diff --git a/error/400.html b/error/400.html new file mode 100644 index 000000000..61fce852c --- /dev/null +++ b/error/400.html @@ -0,0 +1,25 @@ +--- +layout: post +--- + + + +
+

400

+ +

Bad Request

+

How weird ! The website you requested couldn't understand the request sent by you.

+
From 008d04cdd438277f90f27e1b5ce20960223deeab Mon Sep 17 00:00:00 2001 From: Hariket Sukeshkumar Sheth Date: Fri, 16 Jul 2021 08:48:22 +0530 Subject: [PATCH 7/8] Create .htaccess --- .htaccess | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..2f89814bf --- /dev/null +++ b/.htaccess @@ -0,0 +1,13 @@ +# error redirect +ErrorDocument 400 https://jpmorganchase.github.io/error/400.htm +ErrorDocument 401 https://jpmorganchase.github.io/error/401.htm +ErrorDocument 403 https://jpmorganchase.github.io/error/403.htm +ErrorDocument 404 https://jpmorganchase.github.io/error/404.htm +ErrorDocument 500 https://jpmorganchase.github.io/error/500.htm +ErrorDocument 503 https://jpmorganchase.github.io/error/503.htm +Options -Indexes +RewriteEngine On +RewriteCond %{HTTPS} off +RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + + From 5106970244208525adbbfeccab4fac42934bd974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 03:31:05 +0000 Subject: [PATCH 8/8] Bump nokogiri from 1.11.1 to 1.13.6 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 to 1.13.6. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.1...v1.13.6) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 91cd9f73c..f0e25ae79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,14 +193,14 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) mercenary (0.3.6) - mini_portile2 (2.5.0) + mini_portile2 (2.8.0) minima (2.1.1) jekyll (~> 3.3) minitest (5.10.3) multipart-post (2.0.0) net-dns (0.8.0) - nokogiri (1.11.1) - mini_portile2 (~> 2.5.0) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) racc (~> 1.4) octicons (5.0.5) nokogiri (>= 1.6.3.1) @@ -209,7 +209,7 @@ GEM pathutil (0.16.1) forwardable-extended (~> 2.6) public_suffix (2.0.5) - racc (1.5.2) + racc (1.6.0) rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2)