Changes in version 2024-04-04 (2024-04-04) - fix: Failed SSL redirects Changes in version 2024-02-12 (2024-02-12) - fix: Handle non-ssl servers Changes in version 2023-09-30 (2023-09-30) - feat: Make ssl checks a primary check with docs Changes in version 2023-09-29 (2023-09-29) - feat: Explicit check for ssl redirection - feat: Better cli output for STS Changes in version 2023-08-06 (2023-08-06) - feat: Detect missing charset in content-type - doc: Update README to install from r-universe Changes in version 2023-07-30 (2023-07-30) - feat: Output of check() is now invisible - fix: Minor changes to message Changes in version 2023-06-13 (2023-06-13) - feat: Use %>% instead of |> to avoid R 4.1 dep Changes in version 2023-05-23 (2023-05-23) - refactor: Use header instead of security_header for column name - feat: Match https://securityheaders.com/ for highlighting headers - fix: Add message for successful STS header Changes in version 2023-05-18 (2023-05-18) - fix: x-xss-protection should be disabled (https://github.com/OWASP/CheatSheetSeries/issues/376) Changes in version 2023-05-10 (2023-05-10) - feat: Return all status codes - not just the final code - tests: Add additional tests using different servers - feat: Nicer output cli output Changes in version 2023-03-19 (2023-03-19) - fix: Change loop over headers, as some headers appear multiple times Changes in version 2023-02-19 (2023-02-19) - feat: Initialise