Skip to content

Commit e21fd98

Browse files
committed
Merge remote-tracking branch 'origin/master' into audit-netlify
2 parents 9244e7b + 167ed95 commit e21fd98

File tree

4 files changed

+49
-15
lines changed

4 files changed

+49
-15
lines changed

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,37 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
2222

2323
---
2424

25+
## [1.25.16] - 2025-11-18
26+
27+
### Changed
28+
29+
- Removed `vercel-insights.com` from the `disallowedHosts` list in `service-worker.js`.
30+
31+
### Removed
32+
33+
- Removed `https://vercel-insights.com` from `script-src` and `connect-src` in `hooks.server.js`.
34+
35+
### Notes
36+
37+
- **Analytics:** Reverted Vercel Analytics integration due to inline script injection requirement. Continuing with PostHog Cloud until migration to CSP-compliant Matomo is feasible.
38+
39+
---
40+
41+
## [1.25.15] - 2025-11-18
42+
43+
### Added
44+
45+
- Added `https://vercel-insights.com` to `script-src` and `connect-src` in `hooks.server.js` to allow for Vercel Analytics.
46+
47+
### Changed
48+
49+
- Added `vercel-insights.com` to the `disallowedHosts` list in `service-worker.js`, in order to prevent SW caching.
50+
- Bumped project version to `v1.25.15`.
51+
- Updated dependencies:
52+
- `svelte` `5.43.10``5.43.12`
53+
54+
---
55+
2556
## [1.25.14] - 2025-11-18
2657

2758
### Changed
@@ -1930,7 +1961,9 @@ This enables analytics filtering and CSP hardening for the audit environment.
19301961

19311962
<!-- Link references -->
19321963

1933-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.14...HEAD
1964+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.16...HEAD
1965+
[1.25.16]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.16
1966+
[1.25.15]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.15
19341967
[1.25.14]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.14
19351968
[1.25.13]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.13
19361969
[1.25.12]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.12

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"lsheet",
4747
"Mailvelope",
4848
"Maricopa",
49+
"Matomo",
4950
"mdsvex",
5051
"MSYS",
5152
"navigations",

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@networkpro/web",
33
"private": false,
4-
"version": "1.25.14",
4+
"version": "1.25.16",
55
"description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
66
"keywords": [
77
"advisory",
@@ -88,7 +88,7 @@
8888
"dompurify": "^3.3.0",
8989
"posthog-js": "^1.295.0",
9090
"semver": "^7.7.3",
91-
"svelte": "5.43.10"
91+
"svelte": "5.43.12"
9292
},
9393
"devDependencies": {
9494
"@eslint/compat": "^2.0.0",

0 commit comments

Comments
 (0)