Functionsยง
- enforce_
https - Check if URL uses HTTPS and enforce security policy
- enforce_
https_ with_ options - Check if URL uses HTTPS and enforce security policy with localhost override
- validate_
delete_ path - Validate directory for deletion operations
- validate_
file_ path - Validate file path for reads (prevents directory traversal)
- validate_
output_ path - Validate output path for writes (additional restrictions)
- validate_
url - Validate URL for security (blocks SSRF attacks)
- validate_
url_ with_ options - Validate URL for security with localhost override option