You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for Ubuntu 20.04 LTS - tested on DigitalOcean
Confirmed that the script works with Ubuntu 16.04 LTS for both Apache and nginx
Moved all inline JavaScript <script> elements to seperate JavaScript Files and all CSS inline style to style sheets so that the site works with the new strict CSP
Added various code comments related to security options
Updated Mobile Nav Menu to use only CSS rather than CSS and JavaScript
Minor site style updates such as centered text on the mobile nav menu items
Add support for Auth Example JavaScript Code with IE 11 and Older Browsers
Added a new css/layout.css file and used as a default instead of Bootstrap
Bootstrap remains commented out in the app/Views/_header.php file
The CDN version of Bootstrap is about 160 kB of CSS gzipped to 24 kB.
The layout.css alternative file is less than 4 kB, however it contains only a very limited amount of CSS needed for the starter site.
Updated the commented version of Bootstap from 4.4.1 to 4.5.2
Updated Logout Button and Related API to redirect to the user's selected language rather than the default site language
Added meta description tag option in the app/Views/_header.php file
Updated scripts/install.php to download and use latest version of cacert.pem.