diff --git a/LibraryReleases.md b/LibraryReleases.md index fefd6ce..204f6ed 100644 --- a/LibraryReleases.md +++ b/LibraryReleases.md @@ -5,6 +5,7 @@ | Bootstrap | https://getbootstrap.com/docs/versions | | CentOS | https://www.centos.org/download/ | | jQuery | https://releases.jquery.com | +| Laravel | https://laravel.com/docs/12.x/releases#support-policy | | MariaDB | https://mariadb.com/kb/en/mariadb-server-release-dates/ | | Moodle | https://moodledev.io/general/releases | | MS .Net | https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core/ | diff --git a/isMyWebsiteInsecure-2.sh b/isMyWebsiteInsecure-2.sh index a3c7c6f..858f5a7 100644 --- a/isMyWebsiteInsecure-2.sh +++ b/isMyWebsiteInsecure-2.sh @@ -71,7 +71,8 @@ main() { --new-tab "https://www.cookiebot.com/en/compliance-test/?domain=$host" \ --new-tab "https://developers.google.com/speed/pagespeed/insights/?url=$url" \ --new-tab "https://validator.w3.org/nu/?showsource=no&doc=$url/" \ - --new-tab "https://jigsaw.w3.org/css-validator/validator?uri=$url&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en" + --new-tab "https://jigsaw.w3.org/css-validator/validator?uri=$url&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en" \ + --new-tab "https://csp-evaluator.withgoogle.com/" }