@networkpro/web 1.1.0 → 1.1.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.
- package/README.md +3 -3
- package/_headers +8 -1
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -86,10 +86,10 @@ We also believe education is a core pillar of real-world security. That’s why
|
|
|
86
86
|
|
|
87
87
|
You can find our PGP keys and a vCard containing our contact information for your convenience below.
|
|
88
88
|
|
|
89
|
-
|
|
|
89
|
+
| <img decoding="sync" loading="eager" src="https://netwk.pro/img/qr/pgp-support.png" width="125px" height="125px" alt="PGP Key - support@neteng.pro"> | **[support@neteng.pro](https://keys.openpgp.org/search?q=support%40neteng.pro)**<br />**PGP Key (ed25519)**<br /> <br /><a href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/support@neteng.pro.aexpk" download type="application/pgp-keys">**aexpk**</a> **/** <a href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/support@neteng.pro.asc" download type="application/pgp-keys">**asc**</a><br /> <br />6590b992e2e3eff12738<br />7bce2af093e9dec61ba0 |
|
|
90
90
|
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
91
|
-
| **[contact@s.neteng.pro](https://keys.openpgp.org/search?q=contact%40s.neteng.pro)**<br />**PGP Key (ed25519)**<br /> <br /><a href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/contact@s.neteng.pro.aexpk" download type="application/pgp-keys">**aexpk**</a> **/** <a href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/contact@s.neteng.pro.asc" download type="application/pgp-keys">**asc**</a><br /> <br />**df118baa6c2d9dcdebdc**<br />**2ddcf99373499495f957** | <img decoding="async" loading="lazy" src="https://
|
|
92
|
-
|
|
|
91
|
+
| **[contact@s.neteng.pro](https://keys.openpgp.org/search?q=contact%40s.neteng.pro)**<br />**PGP Key (ed25519)**<br /> <br /><a href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/contact@s.neteng.pro.aexpk" download type="application/pgp-keys">**aexpk**</a> **/** <a href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/contact@s.neteng.pro.asc" download type="application/pgp-keys">**asc**</a><br /> <br />**df118baa6c2d9dcdebdc**<br />**2ddcf99373499495f957** | <img decoding="async" loading="lazy" src="https://netwk.pro/img/qr/pgp-contact.png" width="125px" height="125px" alt="PGP Key - contact@s.neteng.pro"> |
|
|
92
|
+
| <img decoding="async" loading="lazy" src="https://netwk.pro/img/qr/vcard.png" width="125px" height="125px" alt="vCard"> | **vCard**<br /> <br /><a href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/contact.vcf" download type="text/vcard">**vcf**</a> |
|
|
93
93
|
|
|
94
94
|
<sub>[Back to top](#top)</sub>
|
|
95
95
|
|
package/_headers
CHANGED
|
@@ -1,2 +1,9 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://snap.licdn.com;
|
|
2
|
+
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://snap.licdn.com; img-src 'self' https://px.ads.linkedin.com; connect-src 'self' https://px.ads.linkedin.com https://snap.licdn.com; style-src 'self' 'unsafe-inline'; form-action 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'none'; upgrade-insecure-requests;
|
|
3
|
+
X-Content-Type-Options: nosniff
|
|
4
|
+
X-Frame-Options: DENY
|
|
5
|
+
Referrer-Policy: strict-origin-when-cross-origin
|
|
6
|
+
Permissions-Policy: geolocation=(), camera=(), microphone=()
|
|
7
|
+
Cross-Origin-Embedder-Policy: require-corp
|
|
8
|
+
Cross-Origin-Opener-Policy: same-origin
|
|
9
|
+
Cross-Origin-Resource-Policy: same-origin
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@networkpro/web",
|
|
3
3
|
"private": false,
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.2",
|
|
6
6
|
"description": "Locking Down Networks, Unlocking Confidence | Security, Networking, Privacy — Network Pro Strategies",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"security",
|
|
@@ -101,5 +101,10 @@
|
|
|
101
101
|
"vite": "^6.3.5",
|
|
102
102
|
"vite-plugin-lightningcss": "^0.0.5",
|
|
103
103
|
"vitest": "^3.1.3"
|
|
104
|
+
},
|
|
105
|
+
"overrides": {
|
|
106
|
+
"@sveltejs/kit": {
|
|
107
|
+
"cookie": "^0.7.0"
|
|
108
|
+
}
|
|
104
109
|
}
|
|
105
110
|
}
|