Aleksander Machniak
27ec6cc9cb
Fix SSRF + Information Disclosure via stylesheet links to a local network hosts
...
Reported by Georgios Tsimpidas (aka Frey), Security Researcher at https://i0.rs/
2026-03-18 12:35:19 +01:00
Aleksander Machniak
3f33433a31
Fix PHP8 warning ( #9235 )
...
And added tests for utils/modcss action
2023-12-03 10:54:17 +01:00
Aleksander Machniak
8eb382b4ca
PHP8 fixes
2020-12-11 20:29:41 +01:00
Aleksander Machniak
1164d9e103
rcmail_utils::get_http_client() -> rcube::get_instance()->get_http_client()
2020-11-21 09:28:25 +01:00
ATA
8f81fda450
Support proxy for server-side HTTP requests #7658 ( #7659 )
...
Co-authored-by: Andrzej Talarek <andrzej.talarek@efinity.com >
2020-11-21 09:07:49 +01:00
Aleksander Machniak
545a1569f1
Steps -> Actions refactoring ( #7688 )
...
* Move action handling code to rcmail class
* Add rcmail_action class
* Add action aliases
* Get rid of $OUTPUT global
* Move some methods from rcmail to rcmail_action
* PHP8 compat. fixes
* Add framework for testing actions
* Fix obvious code mistakes
2020-11-01 11:25:38 +01:00