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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/auth_centric/firewall/version.rb +1 -1
- data/public/403.html +17 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed84dae5aa259a7c3bf77c3d1a9f99b3c792603d3f226d3cfc68d775861b032d
|
4
|
+
data.tar.gz: b8e17c2a31e76a286394bed1fab6cefebdd714cd711fecde74cd7b8e306c8241
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f19cc763d942096ad250609604c61dfe160cf5a622cbabb67cd5e1a414f15504bf271118f8b8e4c76b296e68e46512ad626a37004de3e06d5c3977ed104ed97
|
7
|
+
data.tar.gz: 9c07962e6481b56ebe61a31072648e341a98568946e029644639cb0d9227ace14f9d4d80db064b0d0c428a873d548dd34c8944b7d6a97a0142e1e4b1da7f42ca
|
data/CHANGELOG.md
CHANGED
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.
|
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
|