GLPI v9.5.6 Release Notes

Release Date: 2021-09-15 // over 2 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”’ X-Forwarded-For header value is no longer used during API access controls, API requests passing through proxies may be refused for security reasons.

    API changes

    ๐Ÿ”„ Changed

    • All POST request made to /ajax/ scripts are now requiring a valid CSRF token in their X-Glpi-Csrf-Token header. Requests done using jQuery are automatically including this header, from the moment that the page header is built using Html::includeHeader() method and the js/common.js script is loaded.

    ๐Ÿ—„ Deprecated

    • Usage of "followups" option in CommonITILObject::showShort()
    • CommonITILTask::showInObjectSumnary()
    • ITILFollowup::showShortForITILObject()