Use the example TLD (as per RFC 2606)

This commit is contained in:
Miraty 2021-10-19 17:07:51 +02:00
commit 1527c1852f
7 changed files with 20 additions and 23 deletions

View file

@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
* Replace GET by POST for QR codes generation (privacy enhancement)
* Use less.php instead of lesserphp
* Use the prefers-color-scheme CSS feature to let the client choose their prefered theme (dark/light)