Skip to content

1.11.1 - 2023-02-16

Compare
Choose a tag to compare
@hmpf hmpf released this 16 Feb 11:16
· 299 commits to master since this release

Added

  • Coverage of the notificationprofile app was improved with several new tests

Fixed

  • CORS-headers do not want explicit port numbers if the ports are the default
    for their type, that is: 80 for http or 443 for https. This lead to CORS not
    working if there was an explicit port in the ARGUS_FRONTEND_URL setting,
    which used to generate a CORS entry for the frontend. Such port numbers are
    now stripped when generating the CORS header.