Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:15:15 +02:00
parent ef020af2e7
commit e552a15912
879 changed files with 2702 additions and 2702 deletions

View File

@ -569,8 +569,8 @@ class Smarty_Security
/**
* Check if URI (e.g. {fetch} or {html_image}) is trusted
* To simplify things, isTrustedUri() resolves all input to "{$PROTOCOL}://{$HOSTNAME}".
* So "http://username:password@hello.world.example.org:8080/some-path?some=query-string"
* is reduced to "http://hello.world.example.org" prior to applying the patters from {@link $trusted_uri}.
* So "https://username:password@hello.world.example.org:8080/some-path?some=query-string"
* is reduced to "https://hello.world.example.org" prior to applying the patters from {@link $trusted_uri}.
*
* @param string $uri
*