Skip to content

Instantly share code, notes, and snippets.

View velespr0's full-sized avatar
💭
All fine!@>$$

velespr0

💭
All fine!@>$$
View GitHub Profile
@velespr0
velespr0 / about:config.md
Created April 17, 2017 08:57 — forked from haasn/about:config.md
Firefox bullshit removal via about:config

Firefox bullshit removal

Due to the incessant swarm of complete and utter nonsense that has been forcing its way into Firefox over time, I've decided to start collecting my personal list of “must-have” about:config tweaks required to turn Firefox into a functional brower.

NOTE: Unfortunately this is somewhat out of date. The comments link to some resources that may be more up-to-date. Patches welcome.

WebSockets

These can be used for nefarious purposes and to bypass access restrictions.

@velespr0
velespr0 / nginx.conf
Created January 26, 2017 12:26 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048