Advertisement
Guest User

TorSecurity

a guest
Jun 3rd, 2023
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. ***************************
  2. 1.
  3. Set to "Safest":
  4. Settings > Privacy & Security > Security Level
  5.  
  6. ***************************
  7. 2.
  8. Settings > Privacy & Security > Permissions
  9. Set
  10. Location, Camera, Microphone, Notifications and Virtual Reality
  11. to "Block new requests..."
  12.  
  13. ***************************
  14. 3.
  15. Settings > Privacy & Security > Permissions
  16. Set
  17. Autoplay
  18. to
  19. "Block Audio and Video"
  20.  
  21. ***************************
  22.  
  23.  
  24. The following can be set in the "about:config" menu:
  25. 1. Type in the url bar:
  26. about:config
  27. 2. accept & continue
  28. 3. set/verify the following:
  29.  
  30.  
  31. ***************************
  32.  
  33.  
  34. Set to false
  35.  
  36. javascript.enabled
  37. app.normandy.enabled
  38. app.update.auto
  39. browser.cache.memory.enable
  40. browser.chrome.site_icons
  41. browser.shell.shortcutFavicons
  42. dom.storage.enabled
  43. media.webm.enabled
  44. network.prefetch-next
  45. network.websocket.delay-failed-reconnects
  46. services.sync.prefs.sync.network.cookie.cookieBehavior
  47. services.sync.prefs.sync.network.cookie.lifetimePolicy
  48.  
  49. browser.cache.offline.enable
  50. browser.urlbar.speculativeConnect.enabled
  51. dom.battery.enabled
  52. dom.event.clipboardevents.enabled
  53.  
  54. media.play-stand-alone // download media instead of playing in browser //
  55.  
  56.  
  57.  
  58. media.mp4.enabled = false
  59.  
  60. media.ogg.enabled = false
  61.  
  62. media.opus.enabled = false
  63.  
  64. media.rdd-opus.enabled = false
  65.  
  66. media.rdd-process.enabled = false
  67.  
  68. media.rdd-vorbis.enabled = false
  69.  
  70. media.rdd-wav.enabled = false
  71.  
  72. media.wave.enabled = false
  73.  
  74. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  75.  
  76. Set to true
  77.  
  78. network.IDN_show_punycode
  79. pdfjs.disabled
  80. webgl.disabled
  81.  
  82.  
  83. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  84.  
  85. Set to 0
  86.  
  87. browser.display.use_document_fonts
  88. network.http.sendRefererHeader
  89.  
  90.  
  91. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  92.  
  93.  
  94. Set to 1
  95.  
  96.  
  97. accessibility.force_disabled = 1
  98.  
  99. Network.cookie.cookieBehavior = 1
  100.  
  101.  
  102. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  103.  
  104.  
  105. Set to 2
  106.  
  107.  
  108. media.autoplay.blocking_policy = 2
  109.  
  110.  
  111. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  112.  
  113. Set to 5
  114.  
  115. media.autoplay.default = 5
  116.  
  117.  
  118. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  119.  
  120.  
  121. Set to 2 // ? if break websites, try = 1 //
  122.  
  123. network.http.referer.XOriginPolicy = 2 // ? if break websites, try = 1 //
  124.  
  125.  
  126. 2 is the more restrictive option,
  127. but it blocks sending a referer header across the same site (base domain) and can break navigation on some file hosters.
  128. Selecting the value 1 prevents leaking what site you arrived from when navigating links.
  129.  
  130. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  131.  
  132.  
  133. Set to 2 // ? if break websites, try = 1 //
  134.  
  135. network.http.referer.trimmingPolicy = 2 // ? if break websites, try = 1 //
  136.  
  137. network.http.referer.XOriginTrimmingPolicy = 2 // ? if break websites, try = 1 //
  138.  
  139. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  140.  
  141.  
  142.  
  143.  
  144. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  145.  
  146. permissions
  147. Set to 2
  148.  
  149.  
  150. permissions.default.camera = 2
  151. permissions.default.desktop-notification = 2
  152. permissions.default.geo = 2
  153. permissions.default.microphone = 2
  154. permissions.default.xr = 2
  155.  
  156. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  157.  
  158.  
  159. Verify Set to false
  160.  
  161. media.navigator.enabled
  162.  
  163.  
  164.  
  165.  
  166. browser.cache.disk.enable
  167. browser.safebrowsing.downloads.remote.enabled
  168. browser.send_pings
  169. extensions.pocket.enabled
  170. geo.enabled
  171. media.peerconnection.enabled
  172.  
  173. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  174.  
  175. Verify Set to true
  176.  
  177.  
  178. privacy.firstparty.isolate
  179. privacy.resistFingerprinting
  180.  
  181.  
  182.  
  183. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  184.  
  185. Verify Set to 2
  186.  
  187. network.cookie.lifetimePolicy = 2
  188.  
  189.  
  190. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  191.  
  192.  
  193. Optionally modify to a lower value
  194.  
  195. browser.sessionhistory.max_entries
  196.  
  197. This option determines the number of pages saved in the Browser Back option during the session (the memory is cleared when Tor is closed).
  198.  
  199. Set it to 0 or a low number if there is a risk of someone else using your computer when the Tor session is open.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement