This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
v0.3.0-beta
Fixing #2:
- Added user-defined CORS-settings for css / js files: choosing between
use-credentials
andanonymous
, the latter being the default value (see 738a768 and 9d3c700) - Added user-defined hash algorithm: currently the allowed prefixes are
sha256
,sha384
andsha512
, the latter being the default value (see 7335999) - Added section 'Configuration' to README
- Fixing typos