-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@strict-csp/builder": minor | ||
--- | ||
|
||
:sparkles: extract typings and construction aspects of CSP to dedicated package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@next-safe/middleware": patch | ||
--- | ||
|
||
build: require `next >=12.2.4` as peer dep | ||
|
||
- includes important [routing bug fixes related to middleware](https://github.com/nibtime/next-safe-middleware/issues/34#issuecomment-1193511064) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@next-safe/middleware": patch | ||
--- | ||
|
||
fix(document): avoid unnecessary excess script hashes with Hash-based by proxy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@next-safe/middleware": patch | ||
--- | ||
|
||
fix(middleware): avoid caching bug with CSP manifest (on Vercel only) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@next-safe/middleware": patch | ||
--- | ||
|
||
refactor: use new `@strict-csp/builder` package as workspace dependency |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@next-safe/middleware": patch | ||
--- | ||
|
||
fix(document): prevent inline style hashes from overriding CSP from middleware after on-demand ISR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@next-safe/middleware": patch | ||
--- | ||
|
||
fix(middleware): add ws: and wss: as `connect-src` for `next dev` (fixes [#67](https://github.com/nibtime/next-safe-middleware/issues/67)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@strict-csp/builder": patch | ||
--- | ||
|
||
fix(types): add ws: and wss: to SchemeSource (fixes [#67](https://github.com/nibtime/next-safe-middleware/issues/67)) |
c407570
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
docs-next-safe-middleware – ./apps/docs
next-safe-middleware.vercel.app
docs-next-safe-middleware.vercel.app
docs-next-safe-middleware-git-main-nibtime.vercel.app
docs-next-safe-middleware-nibtime.vercel.app
c407570
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
e2e-next-safe-middleware – ./apps/e2e
e2e-next-safe-middleware-nibtime.vercel.app
e2e-next-safe-middleware-git-main-nibtime.vercel.app
e2e-next-safe-middleware.vercel.app