Skip to content

Releases: rust-ammonia/rust-content-security-policy

0.5.2

29 Jul 15:42
e210dff
Compare
Choose a tag to compare
  • Minimum supported Rust version: 1.70
  • Update logic for policy violation to match spec
  • Remove prefetch-src, since that's deprecated

0.5.1

22 May 19:06
1af73bc
Compare
Choose a tag to compare
  • Minimum supported Rust version: 1.60.0
  • chore: bump base64 dependency

0.5.0

25 Feb 01:39
e6c2c6f
Compare
Choose a tag to compare
  • feat: allow getting the document's sandboxing flag set
  • feat: implement base URI
  • Minimum supported Rust version: 1.50.0
  • chore: switch to edition 2018
  • chore: bump dependencies

0.4.2

08 Jul 20:54
866e5a5
Compare
Choose a tag to compare
  • Fix a bug in port parsing

0.4.1

24 Mar 20:55
97992ff
Compare
Choose a tag to compare
  • Use the sha2 crate for hashing instead of ring (this change improves portability)

0.4.0

20 Mar 19:26
Compare
Choose a tag to compare
  • Implement hashing functions
  • Minimum supported Rust version: 1.39.0

0.2.0

02 Oct 01:53
4a2c07f
Compare
Choose a tag to compare
  • Remove quickcheck (apparently, it was forcing everybody to download it, even if they didn't need it)
  • Bump minimum supported Rust version
  • Add serde implementation for Destination

0.1.0

26 Feb 01:14
Compare
Choose a tag to compare
  • Implement request checks, inline checks, and inline checks for everything in the specification

0.0.1

30 Dec 01:30
Compare
Choose a tag to compare
  • Initial release