https://bugs.documentfoundation.org/show_bug.cgi?id=148429
--- Comment #3 from Cleber Santz <[email protected]> --- Testing access the URL directly with curl returns "Access denied", probably because a User agent whitelist: #curl https://fundamentus.com.br/fii_resultado.php The command above returns "Access denied", but with command below returns webpage with success: #curl --user-agent 'Chrome/90' https://fundamentus.com.br/fii_resultado.php Is there any option to set the User agent to curl in Libreoffice ? Or is possible to set a default user agent in Libreoffice builds ? -- You are receiving this mail because: You are the assignee for the bug.
