Skip to content

3.6.4

Compare
Choose a tag to compare
@frwiqueueit frwiqueueit released this 08 Dec 12:50
· 41 commits to master since this release

Release note

  • Fixed all warnings identified via linting using luacheck
    https://github.com/mpeterv/luacheck
  • Discontined samesite cookie option in ApacheHandler + example because older browers do not support it and some even treat it wrongly, if the value is set to 'None'. Samesite is not needed for the SDK to function.
  • Public endpoints, in need of queue-it traffic protection, all run on standard ports like 80 (http) and 443 (https), so port was excluded from constructed/resolved absoluteUri in ApacheHandlerUsingConfigFromFile.lua.