From e07e33ffed84bce0f68e60f9b543c78e4cf69dc7 Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Fri, 26 Aug 2016 19:11:46 -0700 Subject: [PATCH] 1.0.0 This release adds many security features. It's recommended that admins upgrade as soon as possible. Please note that while we're not doing so _yet_, we're planning to deprecate running under Node.js 0.10 and 0.12 very soon. Additionally, upgrading to Node.js 4.x early will enable the new, better XSS scrubber - _however_, be aware that pump.io is far less tested under Node.js 4.x and you are likely to run into more bugs than you would under 0.10 or 0.12. See #1184 for details. * [API] Send the `Content-Length` header in Dialback requests * Add support for [LibreJS][librejs] (#1058) * Node.js 4.x is officially supported (#1184) * Browser MIME type sniffing is disabled via `X-Content-Type-Options: nosniff` ([#1184][security-headers]) * Protect some versions of Internet Explorer from a confused deputy attack via `X-Download-Options: noopen` ([#1184][security-headers]) * Make sure Internet Explorer's built-in XSS protection is as secure as possible with `X-XSS-Protection: 1; mode=block` ([#1184][security-headers]) * Versions of Internet Explorer the XSS scrubber can't protect are presented with a security error instead of any content (#1184) * Clickjacking is prevented via `X-Frame-Options: DENY` header (in addition to Content Security Policy) ([#1184][security-headers]) * A `Content-Security-Policy` header is sent with every response (#1184) * Scripts are forbidden from everywhere except the application domain and (if CDNs are enabled) `cdnjs.cloudflare.com` and `ajax.googleapis.com` * Styles are forbidden from everywhere except the application domain and inline styles * ``, ``, and ``, as well as all plugins, are forbidden * Embedding the web UI via ``, `