-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Release/v1.2.0 to Main #2418
Conversation
- [x] Adjust the 'Edit Program' banner message title to read "Program Details No Longer Editable"
 - [x] Missing or insecure "X-Content-Type-Options" header > add_header 'X-Content-Type-Options' "nosniff"; - [x] Missing "Content-Security-Policy" header > add_header 'Content-Security-Policy' "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'"; - [x] Missing or insecure HTTP Strict-Transport-Security Header > add_header 'Strict-Transport-Security' "max-age=31536000; includeSubDomains; preload"; - [x] Missing "Referrer policy" Security Header > add_header 'Referrer-Policy' "same-origin"; As we are not setting any cookie our application, we are not fixing the "Cookie with Insecure or Improper or Missing SameSite attribute" issue.
Update institution hyperlinks
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of it, looks good 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of it @dheepak-aot 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Merge Release/v1.2.0 to Main