1.4.3
Software Release Date: 17 September, 2024
Summary:
In this release, the Gateway now includes the HSTS header in the GET / endpoint, which was missing in version 1.4.1. For the Portal, the default nginx configuration has been updated to hide version information by setting server_tokens off. The Content-Security-Policy has been revised to allow specific sources, ensuring better security. Additionally, a fix was applied to the add_header Content-Security-Policy command to correct its arguments, and new security headers have been added to the nginx configuration.
Gateway
HSTS header also added to
GET /(was not included in 1.4.1).
Portal
Changed:
Content-Security-Policyvalue changed todefault-src 'self' 'unsafe-inline' 'unsafe-eval' data: blob: *.meeco.me *.meeco.cloud *.svx.exchange *.securevalueexchange.com *.windows.net *.amazonaws.com *.google.com *.gstatic.com *.googleapis.com cdn.jsdelivr.net.
Added:
nginxdefault config added withserver_tokens offso that nginx version information is not returned viaServerheader value.Security headers to 'ngix' config.
Fixed:
add_header Content-Security-Policycalled with correct number of arguments.
Last updated
Was this helpful?