auth-centric-firewall 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a00ae75ed3fd2e771940475c9cc9deb20d4ba8e2bdc513ec00c5b2835e5411ba
4
- data.tar.gz: a77c13530988f331f8484ad57ab4ca699caecd7edd0f4b3f96fe66a48a44d510
3
+ metadata.gz: ed84dae5aa259a7c3bf77c3d1a9f99b3c792603d3f226d3cfc68d775861b032d
4
+ data.tar.gz: b8e17c2a31e76a286394bed1fab6cefebdd714cd711fecde74cd7b8e306c8241
5
5
  SHA512:
6
- metadata.gz: 751b1b6390bdb766308cedeea5692b9d28dc51bdf437958e2131086bef3f83e9bf6b38c5081c4ee107006bfbeea59f6a4cff7d210d884864650257e499aa330b
7
- data.tar.gz: a7ba68574f38eb859c4b6592bc43b74d85a22c47673ecb5fa50a0dc18be905073941ad268ddd4845e3c279d6abc91c0a1dcf04b2ba91bdcf0c2c20f71c995eed
6
+ metadata.gz: 0f19cc763d942096ad250609604c61dfe160cf5a622cbabb67cd5e1a414f15504bf271118f8b8e4c76b296e68e46512ad626a37004de3e06d5c3977ed104ed97
7
+ data.tar.gz: 9c07962e6481b56ebe61a31072648e341a98568946e029644639cb0d9227ace14f9d4d80db064b0d0c428a873d548dd34c8944b7d6a97a0142e1e4b1da7f42ca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## [Unreleased]
2
2
 
3
- ## [0.1.0] - 2025-03-12
3
+ ## [0.0.2] - 2025-03-20
4
+
5
+ - Add a 403 page
6
+
7
+
8
+ ## [0.0.1] - 2025-03-12
4
9
 
5
10
  - Initial release
@@ -2,6 +2,6 @@
2
2
 
3
3
  module AuthCentric
4
4
  module Firewall
5
- VERSION = '0.0.1'
5
+ VERSION = '0.0.2'
6
6
  end
7
7
  end
data/public/403.html ADDED
@@ -0,0 +1,17 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Your Connection Is Blocked</title>
5
+ <meta name="viewport" content="width=device-width,initial-scale=1">
6
+ </head>
7
+
8
+ <body class="rails-default-error-page">
9
+ <div class="dialog">
10
+ <div>
11
+ <h1>Your connection was rejected.</h1>
12
+ <p>A.I. firewall has flagged your connection as hostile.</p>
13
+ <p>You will not be able to connect to our services.</p>
14
+ </div>
15
+ </div>
16
+ </body>
17
+ </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth-centric-firewall
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saimon Lovell
@@ -41,6 +41,7 @@ files:
41
41
  - lib/auth_centric/firewall/capture_request.rb
42
42
  - lib/auth_centric/firewall/constants.rb
43
43
  - lib/auth_centric/firewall/version.rb
44
+ - public/403.html
44
45
  - sig/auth_centric/firewall.rbs
45
46
  - sig/auth_centric/firewall/capture_request.rbs
46
47
  - sig/auth_centric/firewall/check_ip.rbs