replace ... with …

This commit is contained in:
DarkCat09 2024-07-05 11:03:19 +04:00
parent ea00650e42
commit cbd8d95952
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3

View file

@ -36,11 +36,11 @@ On Firefox, it's `about:profiles` in address bar > Create a New Profile.
but close any active tabs that may produce extra requests that you don't want to be archived (e.g. messenger web clients like Element or Telegram Web). but close any active tabs that may produce extra requests that you don't want to be archived (e.g. messenger web clients like Element or Telegram Web).
Now, point your browser to the proxy on `127.0.0.1:8080`. Now, point your browser to the proxy on `127.0.0.1:8080`.
On Firefox, it's Settings > Network Settings (at the bottom) > Settings... > Manual proxy configuration > HTTP: `127.0.0.1`, Port: `8080` > Checkbox "Also use this proxy for HTTPS". On Firefox, it's Settings > Network Settings (at the bottom) > Settings > Manual proxy configuration > HTTP: `127.0.0.1`, Port: `8080` > Checkbox "Also use this proxy for HTTPS".
Go to `http://mitm.it`, ignore warnings about an unencrypted connection (mitm.it is served by your local mitmproxy), Go to `http://mitm.it`, ignore warnings about an unencrypted connection (mitm.it is served by your local mitmproxy),
click "Get mitmproxy-ca-cert.pem" below "Firefox". click "Get mitmproxy-ca-cert.pem" below "Firefox".
Import it: Settings > Privacy & Security > Certificates > View Certificates... > "Authorities" tab > Import... > Import it: Settings > Privacy & Security > Certificates > View Certificates… > "Authorities" tab > Import… >
Choose the downloaded cert > Checkbox "Trust this CA to identify web sites" > OK. Choose the downloaded cert > Checkbox "Trust this CA to identify web sites" > OK.
## Archiving web sites ## Archiving web sites
@ -118,5 +118,5 @@ storage/
| |- body | |- body
| |
|- {id}/ |- {id}/
... ... ... ...
``` ```