From 6af420e9bbb66276016c4067638cc7fe9eec877b Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 5 Mar 2024 00:06:53 +0100 Subject: [PATCH] =?UTF-8?q?d=C3=A9but=20des=20corrections=202024,=20ajout?= =?UTF-8?q?=20d'un=20carousel=20dans=20le=20lecteur=20des=20projets=20et?= =?UTF-8?q?=20suppression=20des=20animations=20de=20l'index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 80 - .../admin/themes/grav/js/vendor.min.js | 3368 ++++++++--------- .../components/plugin/blank/CHANGELOG.md.twig | 10 +- .../components/plugin/blank/LICENSE.twig | 42 +- .../theme/inheritance/CHANGELOG.md.twig | 10 +- .../components/theme/inheritance/LICENSE.twig | 42 +- .../theme/inheritance/theme.yaml.twig | 18 +- .../theme/pure-blank/CHANGELOG.md.twig | 10 +- .../components/theme/pure-blank/LICENSE.twig | 42 +- 9 files changed, 1771 insertions(+), 1851 deletions(-) delete mode 100644 .htaccess diff --git a/.htaccess b/.htaccess deleted file mode 100644 index d850bdc..0000000 --- a/.htaccess +++ /dev/null @@ -1,80 +0,0 @@ - - -RewriteEngine On - -## Begin RewriteBase -# If you are getting 500 or 404 errors on subpages, you may have to uncomment the RewriteBase entry -# You should change the '/' to your appropriate subfolder. For example if you have -# your Grav install at the root of your site '/' should work, else it might be something -# along the lines of: RewriteBase / -## - -# RewriteBase / - -## End - RewriteBase - -## Begin - X-Forwarded-Proto -# In some hosted or load balanced environments, SSL negotiation happens upstream. -# In order for Grav to recognize the connection as secure, you need to uncomment -# the following lines. -# -# RewriteCond %{HTTP:X-Forwarded-Proto} https -# RewriteRule .* - [E=HTTPS:on] -# -## End - X-Forwarded-Proto - -## Begin - Exploits -# If you experience problems on your site block out the operations listed below -# This attempts to block the most common type of exploit `attempts` to Grav -# -# Block out any script trying to base64_encode data within the URL. -RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR] -# Block out any script that includes a