Skip to content

Commit

Permalink
Fix blocking .well-known/ URIs (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpangborn authored Oct 18, 2024
1 parent 617b869 commit 18f33ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
{
"match": {
"uri": [
"!/.well-known/*",
"/.*",
"/.*/",
"/.*/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
{
"match": {
"uri": [
"!/.well-known/*",
"/.*",
"/.*/",
"/.*/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
{
"match": {
"uri": [
"!/.well-known/*",
"/.*",
"/.*/",
"/.*/*",
Expand Down

0 comments on commit 18f33ea

Please sign in to comment.