Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

v0.3.0-beta

Compare
Choose a tag to compare
@S1SYPHOS S1SYPHOS released this 01 Nov 09:24
· 27 commits to master since this release
af2de85

Fixing #2:

  • Added user-defined CORS-settings for css / js files: choosing between use-credentials and anonymous, the latter being the default value (see 738a768 and 9d3c700)
  • Added user-defined hash algorithm: currently the allowed prefixes are sha256, sha384 and sha512, the latter being the default value (see 7335999)
  • Added section 'Configuration' to README
  • Fixing typos