Skip to content

2.3

Compare
Choose a tag to compare
@eugeneilyin eugeneilyin released this 06 Oct 19:44
· 19 commits to master since this release
  • Upgrade Assets to HTML Boilerplate v8.0.0
  • Align options with Apache Server Configs v4.0.0
  • Upgrade Brotli compression to v1.0.9
  • Add support of 1490 MIME Types file extensions from IANA, Apache, and Mozilla
    See BoilerplateAssets.KnownMIMETypes as an alternative to SynCommons.GetMimeContentType
  • bpoDelegateUnauthorizedTo404 set content for HTTP 401 Unauthorized
    response code equals to /404
  • bpoDelegateNotAcceptableTo404 set content for HTTP 406 Not Acceptable
    response code equals to /404
  • bpoDelegateHidden block access to all hidden files and directories except
    for the visible content from within the /.well-known/ hidden directory
  • bpoDisableTRACEMethod prevents TRACE requests being made via JavaScript
  • TStrictSSL supports strictSSLIncludeSubDomainsPreload
  • New DNSPrefetchControl property controls DNS prefetching
  • TAssets.SaveToFile now forces file directories creation before save and returns boolean success/failed value
  • assetslz tool didn't store compressed content if it size is greater than the size of the identity content (which prevents unnecessary bundle increase)