Skip to content

Commit

Permalink
docs typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yesBad authored and m1k1o committed Mar 2, 2023
1 parent 724f5fe commit d2ddae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ services:
- For others, see where existing `policies.json` is placed in their `Dockerfile`.

#### Allow file uploading & downloading
- From security perespective, browser is not enabled to access local file data.
- From security perspective, browser is not enabled to access local file data.
- If you want to enable this, you need to modify following policies:
```json
"DownloadRestrictions": 0,
Expand All @@ -145,7 +145,7 @@ services:
- For other chromium based browsers, see in `supervisord.conf` folder that is specified in `--user-data-dir`.

#### Allow persistent data in policies
- From security perespective, browser is set up to forget all cookies and brwosing history when its closed.
- From security perespective, browser is set up to forget all cookies and browsing history when its closed.
- If you want to enable this, you need to modify following policies:
```json
"DefaultCookiesSetting": 1,
Expand Down

0 comments on commit d2ddae8

Please sign in to comment.