Skip to content

Commit

Permalink
Add vale config
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Ginolas committed Dec 4, 2024
1 parent fb7dab3 commit 767aed3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ bazel-*
node_modules
.zed
e2etests/test-results
styles
8 changes: 8 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
StylesPath = styles

MinAlertLevel = suggestion

Packages = Google, proselint, write-good, alex, Readability, Joblint

[*]
BasedOnStyles = Vale, Google, proselint, write-good, alex, Readability, Joblint
8 changes: 4 additions & 4 deletions mitmproxy/REWADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ This folder includes a [mitmproxy](https://mitmproxy.org/) [addon](https://docs.
Since we will weaken you browsers security with a self signed certificate, I suggest that you created a dedicated browser profile you use together with mitmproxy. When using Firefox, you can call `firefox -P` and create a new profile.


### 3) Setup your borwser
### 3) Setup your browser

Start `mitmproxy` from a terminal and configure your browser to use http://localhost:8080 as your proxy for the HTTP and HTTPS protocol.

After that open http://mitm.it/ and download the cenerated certificate for your browser and read the instructions on how to install it.
After that open http://mitm.it/ and download the created certificate for your browser and read the instructions on how to install it.

### 4) Check you setup
### 4) Check your setup

Now you should be able to browse the internet and all requests should apper in the terminal where `mitmproxy` is running.
Now you should be able to browse the internet and all requests should appear in the terminal where `mitmproxy` is running.

## How to use mitmproxy to replace the OnlyOffice client with a local copy

Expand Down

0 comments on commit 767aed3

Please sign in to comment.