Skip to content

Commit

Permalink
Upgrade to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Nov 1, 2024
1 parent 47709bf commit b55a824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONST_CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Information
Now everywhere:
- If the hostname (with port) of the candidate URL equals to the request's header "Host", then it's OK.
- If the hostname (with port) of the candidate URL is in the allowed list, then it's OK.
And they should be netloc (hostname with port) without schema or path.
And they should be netloc (hostname with port) without schema or path
(if schema or path is present they are ignored).
The `vars.allowed_hosts` is added to allowed only some authorized host.

2. We replace checks (formatting) done by `c2cciutils` by `pre-commit` hooks.
Expand Down

0 comments on commit b55a824

Please sign in to comment.