UNPKG

1.22 kBMarkdownView Raw
1# Changelog
2
3## 2.0.0 - 2020-08-02
4
5### Changed
6
7- XSS filtering is now disabled by default. See [#230](https://github.com/helmetjs/helmet/issues/230)
8
9### Removed
10
11- No longer accepts options. Read ["How to disable blocking with X–XSS–Protection"](https://github.com/helmetjs/helmet/wiki/How-to-disable-blocking-with-X%E2%80%93XSS%E2%80%93Protection) and ["How to enable the `report` directive with X–XSS–Protection"](https://github.com/helmetjs/helmet/wiki/How-to-enable-the-%60report%60-directive-with-X%E2%80%93XSS%E2%80%93Protection) if you need the legacy behavior.
12- Dropped support for old Node versions. Node 10+ is now required
13
14## 1.3.0 - 2019-09-01
15
16### Added
17
18- Added `mode: null` to disable `mode=block`
19
20### Changed
21
22- Minor performance improvements with Internet Explorer <9 detection
23
24## 1.2.0 - 2019-06-15
25
26### Added
27
28- Added TypeScript type definitions. See [#8](https://github.com/helmetjs/x-xss-protection/pull/8)
29- Created a changelog
30- Added some additional package metadata
31
32### Changed
33
34- Updated documentation
35- Excluded some files from npm package
36
37Changes in versions 1.1.0 and below can be found in [Helmet's changelog](https://github.com/helmetjs/helmet/blob/master/CHANGELOG.md).
38
\No newline at end of file