Skip to content

Releases: Munter/express-legacy-csp

Update useragent to avoid redos vulnerability

19 Oct 19:30
Compare
Choose a tag to compare

Update caniuse-db to 1.0.30000655 and switch to a ^ version range

19 Apr 13:54
Compare
Choose a tag to compare

Don't crash when browser version numbers have leading zeroes

16 Mar 13:28
Compare
Choose a tag to compare

Assume that not explicitly mentioned lower versions are unsupported

28 Feb 08:40
Compare
Choose a tag to compare

Features

When a browser is encountered that does not exist in the caniuse dataset, but is a lower version than all other browsers in the dataset, assume that the browser has no CSP capabilities.

Extrapolate from latest browser version mentioned in caniuse-db

27 Feb 07:55
Compare
Choose a tag to compare
  • When caniuse-db does not have data about a given browser version, assume it has the same capabilities as the highest version that does have data (#7)

Feature completion

23 Feb 22:26
Compare
Choose a tag to compare

Features

Safari CSP1 downgrade fixes

23 Feb 22:22
Compare
Choose a tag to compare

Fixes

Report-only

23 Feb 22:20
Compare
Choose a tag to compare

Features

Fixes

  • Fix issue with downgrade functions stripping out any directive not ending with '-src' 0bc3473 @Munter