Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added webrtc info in first-run #2520

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion patches/extra/ungoogled-chromium/first-run-page.patch
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,15 @@
+ </li>
+ <li>Toggle spell check in <a href="chrome://settings/languages">chrome://settings/languages</a>,
+ or restart the browser for the dictionaries to take effect.</li>
+ </ol></details><p>
+ </ol></details>
<details><summary><b>Turn on WebRTC IP handling policy</b></summary><br>
WebRTC can leak your actual IP address even when using a VPN. Ungoogled Chromium keep it off by default, but it can affect some web application to function. To change it-
<ol>
<li>Navigate to `chrome://flags/#webrtc-ip-handling-policy`</li>
<li>Select the desired policy from the dropdown.</li>
<li>Restart the browser to apply the changes.</li>
</ol>
</details><p>
+ <a href="https://ungoogled-software.github.io/ungoogled-chromium-wiki/faq">Check out the FAQ on the wiki</a>
+ for information on other common topics.
+</section>
Expand Down