Skip to content

version 1.8.16

Pre-release
Pre-release
Compare
Choose a tag to compare
@ericfranz ericfranz released this 23 Oct 20:45
· 2072 commits to master since this release

Install

Ensure you are using the latest yum repo and then do (for EL7):

yum update ondemand-1.8.16-1.el7

Changelog

Fixed

  • accessibility: update html titles of apps to be a little more specific to reduce ambiguity #698

Security

  • properly escape user input by using Open3 capture methods #702
  • by default, set Content Security Policy frame-ancestors: none for all requests, which can be disabled setting security_disable_frames: false in the ood_portal.yml #697
  • by default, set HSTS if SSL is in use, which can be disabled setting security_strict_transport: false in the ood_portal.yml #697