User Tools

Site Tools


windows:10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
windows:10 [2019/07/23 21:59] Sean Rhonewindows:10 [2019/07/24 01:20] Sean Rhone
Line 383: Line 383:
 === user.js === === user.js ===
  
-  * Last updated: 2018/11/24+  * Last updated: 2019/07/24 
 +  * :!: IPv6 is disabled in order to prevent WebRTC from potentially grabbing an IPv6 address 
 +  * :!: ''media.peerconnection.enabled'' disables WebRTC
  
   notepad "%appdata%\Mozilla\Firefox\Profiles\espionage724\user.js"   notepad "%appdata%\Mozilla\Firefox\Profiles\espionage724\user.js"
  
 <code> <code>
-/****************************************************************************** +/*********** 
- SECTION: Custom Stuff -> General                                           + * General * 
- ******************************************************************************/+ ***********/
  
 user_pref("extensions.screenshots.disabled", true); user_pref("extensions.screenshots.disabled", true);
Line 405: Line 407:
 user_pref("browser.tabs.drawInTitlebar", true); user_pref("browser.tabs.drawInTitlebar", true);
  
-/****************************************************************************** +/******* 
- * END                                                                        + U2F * 
- ******************************************************************************/</code>+ *******
 + 
 +user_pref("security.webauth.u2f", true); 
 + 
 +/*********** 
 + Privacy * 
 + ***********
 + 
 +user_pref("network.dns.disableIPv6", true); 
 +user_pref("media.peerconnection.enabled", false); 
 + 
 +/******* 
 + * END * 
 + *******/</code> 
 + 
 +=== Apply Settings === 
 + 
 +  * :!: Firefox must be started for the first time with the ''-p'' flag for the profile above to be used 
 + 
 +  "%ProgramFiles%\Mozilla Firefox\firefox.exe" -p default
  
 ==== Remove Features ==== ==== Remove Features ====
Line 417: Line 438:
 ==== Extensions ==== ==== Extensions ====
  
-  * 8 Extensions+  * Decentraleyes 
 +  * HTTPS Everywhere 
 +  * Privacy Possum 
 +  * Cookie AutoDelete 
 +  * uBlock Origin
  
-  * https://www.startpage.com/ 
   * https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions   * https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions
   * https://www.eff.org/https-everywhere   * https://www.eff.org/https-everywhere
-  * https://www.eff.org/privacybadger+  * https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions
   * https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/versions   * https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/versions
-  * https://addons.mozilla.org/en-US/firefox/addon/no-resource-uri-leak/versions 
   * https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions   * https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions
-  * https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/versions 
  
 === Cookie AutoDelete === === Cookie AutoDelete ===
Line 474: Line 496:
   * https://panopticlick.eff.org/   * https://panopticlick.eff.org/
   * https://browserleaks.com/   * https://browserleaks.com/
 +  * https://speedof.me/
  
 ===== GIMP ===== ===== GIMP =====
Line 525: Line 548:
   * https://github.com/abbodi1406/vcredist   * https://github.com/abbodi1406/vcredist
  
-===== VLC =====+===== WireGuard =====
  
-  * https://get.videolan.org/vlc/last/win64/+  * https://www.wireguard.com/install/
  
-===== VPN.AC =====+==== VPN.AC ====
  
-  * https://vpn.ac/download/vpn.ac-setup.exe+  * https://vpn.ac/knowledgebase/130/WireGuard-on-Windows.html 
 +  * https://vpn.ac/wgmanager 
 + 
 +===== VLC ===== 
 + 
 +  * https://get.videolan.org/vlc/last/win64/
  
 ====== Games ====== ====== Games ======
/var/www/wiki/data/pages/windows/10.txt · Last modified: 2024/03/25 19:42 by Sean Rhone