mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-13 21:51:21 +02:00
Update .htaccess to fix Chrome security warning
This commit is contained in:
parent
5fa06b31c2
commit
8d07a26d10
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
# To resolve the issue with "Your connection to this site is not secure" message
|
||||
Header set Content-Security-Policy: upgrade-insecure-requests env=HTTPS
|
||||
|
||||
RewriteEngine On # Turn on the rewriting engine
|
||||
|
||||
RewriteRule ^view/([0-9]+)/([0-9]+)/?$ router.php?view=word&dict=$1&word=$2 [NC,L] # Handle word ids.
|
||||
|
|
Loading…
Add table
Reference in a new issue