Benjamin_Loison opened issue Benjamin_Loison/cryptpad#16 2024-11-29 21:46:05 +01:00
Allow *Allow this site to open?* does not hide CryptPad notice
Benjamin_Loison opened issue Benjamin_Loison/cryptpad#15 2024-11-29 21:45:21 +01:00
*Allow this site to open?* prompt hides CryptPad notice before being able to read it
Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#14 2024-11-29 21:41:21 +01:00
Hide *Donate* button

image

Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#14 2024-11-29 21:41:13 +01:00
Hide *Donate* button

uBlock rule:

##.btn-primary.btn.cp-limit-upgrade
Benjamin_Loison opened issue Benjamin_Loison/cryptpad#14 2024-11-29 21:40:26 +01:00
Hide *Donate* button
Benjamin_Loison commented on issue Benjamin_Loison/curl#3 2024-11-28 12:45:27 +01:00
Enforce HTTPS public key used
man curl
Output:
       --cacert <file>
              (TLS) Tells curl to use the specified certificate file to verify the peer. The file may…
Benjamin_Loison commented on issue Benjamin_Loison/curl#3 2024-11-28 12:44:58 +01:00
Enforce HTTPS public key used
man curl 
Benjamin_Loison commented on issue Benjamin_Loison/curl#3 2024-11-28 12:43:47 +01:00
Enforce HTTPS public key used
curl --help 
Benjamin_Loison commented on issue Benjamin_Loison/curl#3 2024-11-28 12:33:57 +01:00
Enforce HTTPS public key used

DuckDuckGo search "curl: (60) SSL: certificate subject name '*' does not match target host name".

Benjamin_Loison commented on issue Benjamin_Loison/curl#3 2024-11-28 12:32:16 +01:00
Enforce HTTPS public key used
Output:
curl: (60) SSL: certificate subject name '*' does not match target host name 'XXX.XXX.XXX.XXX'
More details here: https://curl.se/docs/sslcerts.html
…
Benjamin_Loison opened issue Benjamin_Loison/linux#45 2024-11-28 01:09:58 +01:00
Can't have full disk encryption and user login with a single password?
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#20 2024-11-26 00:00:13 +01:00
Host an official instance for a team
It took about 6 minutes to build https://plmlatex.math.cnrs.fr with Mode de compilation Rapide [draft]:
-----BEGIN PGP MESSAGE-----

hF4DTQa9Wo…
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#21 2024-11-25 23:19:28 +01:00
Open-source git integration

Screenshot 2024-11-25 at 23-17-48 MLBrief PRNU extraction - Online LaTeX Editor Overleaf

[Try it for free](https://www.overleaf.com/user/s…

Benjamin_Loison opened issue Benjamin_Loison/xviewer#7 2024-11-16 20:32:41 +01:00
*Open with* does not switch to the given software if it is already running
Benjamin_Loison commented on issue Benjamin_Loison/certbot#6 2024-11-15 13:57:32 +01:00
Add redirection from HTTP to HTTPS

Adding to /etc/apache2/sites-enabled/000-default.conf:

Redirect permanent / https://XXX.XXX.XXX.XXX

Source: [the Stack Overflow answer 16201658](https://stackoverflow.com/a/162016…

Benjamin_Loison commented on issue Benjamin_Loison/certbot#6 2024-11-15 13:46:07 +01:00
Add redirection from HTTP to HTTPS

Could just disable HTTP but it is nice as a shortcut and more user-friendly approach to just redirect.