Skip to content

Web font preloading strategies, cdn, cors and more

Compare
Choose a tag to compare
@tbela99 tbela99 released this 26 Jul 01:01
· 374 commits to master since this release
39a7cc4
  • Web fonts preloading: Choose how the text is rendered while web fonts are loading by customizing font-display
  • Enable CDN / cookieless domain support
  • Enable CORS headers for cached resources
  • The service worker is able to intercept CDN files as long as they are sent with CORS headers
  • Access to the website through CDN / cookieless domain can be redirected to a custom domain
  • Extend the list of file type supported by the cdn or cookieless domain
  • Extend the list of file type supported by the url rewrite feature
  • Choose how the text is rendered while web fonts are loading by customizing font-display
  • Add a third option for service worker (disable, enable, force removal).
  • Configure service worker route strategy per resource type from the Joomla administrator
  • Implement the beforeinstallprompt event.