Skip to content

Commit 871fca9

Browse files
committed
Minor docs updates
1 parent 5b7bd20 commit 871fca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/HOW_TO_FIREFOX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ As always, a line has to be drawn between security and usability. If you want a
1212

1313
Perform `CTRL + i` on the website you want to stay logged into after a restart of Firefox.
1414

15-
The look for "Set cookies" and untick "Use Default". Make sure the radio button is set to "Allow".
15+
Then look for "Set cookies" and untick "Use Default". Make sure the radio button is set to "Allow".

docs/NETWORKING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ I obviously want a usable setup, and being able to reach the internet is kind of
1212

1313
## How
1414

15-
The idea is that by default nothing has access to the internet (thanks to the output `drop` policy), but any application routing its traffic through the local proxy will. This is achieved by matching the `skuid` nftables metadata. The `skuid` matches the `http` user, which is an ArchLinux default.
15+
The idea is that by default nothing has access to the internet (thanks to the output `drop` policy), but any application routing its traffic through the local proxy will. This is achieved by matching the `skgid` nftables metadata. The `skgid` matches the `http` group, which is an ArchLinux default group.
1616

1717
In order for you to instruct applications to route their traffic through the proxy, a [wrapper script called proxify](https://github.com/ShellCode33/ArchLinux-Hardened/blob/master/rootfs/usr/local/bin/proxify) has been written.
1818

0 commit comments

Comments
 (0)