All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Release date UNRELEASED
- (feat api): add
util.base64/estimated-strlenfunction
Release date 2023-03-28
- (feat api): add
util.base64/url-encode-no-paddingfunction - (feat api): add
util.random/url-safe-string-fnfunction - (refactor): impl
csp/random-nonce-fnusingurl-safe-string-fn- BREAKING: remove 1-arity as considered useless
- Generated nonce is shorter (22 chars) due to changed data size from 18 to 16 bytes.
Release date 2023-03-20
- (feat): implement
hstsresponse header - (feat): implement
referrer-policyresponse header
Release date 2023-03-15
- (feat api): add
csp/header-namefunction - (feat api): add
csp/header-value-fnfunction - (feat api): add
csp/requires-nonce?function - (feat api): add
csp/find-directivefunction - (feat api): add
csp/random-nonce-fnfunction