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