From 673c881559e4f9274be5b54ca35552e12cd8cd76 Mon Sep 17 00:00:00 2001 From: hackademix Date: Sun, 1 Jul 2018 01:07:17 +0200 Subject: Fixed ReadMe typo and added .gitignore. --- .gitignore | 5 +++++ ReadMe.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..742a686 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# files (especially tests) to be ignored until a subsequent release for security +**/embargoed/** +# build artifacts +xpi +*.xpi diff --git a/ReadMe.md b/ReadMe.md index 95b688d..ff6653d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,4 +1,4 @@ -#NoScript Security Suite +# NoScript Security Suite The best security you can get in a web browser! Allow active content to run only from sites you trust, and protect yourself against XSS and Clickjacking attacks, "Spectre", "Meltdown" and other JavaScript exploits. @@ -15,10 +15,10 @@ Winner of the "PC World World Class Award" and bundled with the Tor Browser, NoS It allows JavaScript, Flash, Java and other executable content to run only from trusted domains of your choice, e.g. your home-banking site, mitigating remotely exploitable vulnerabilities including Spectre and Meltdown. -It protects your "trust boundaries" against cross-site scripting attacks (XSS), cross-zone DNS rebinding / CSRF attacks (router hacking), and Clickjacking attempts, thanks to its unique ClearClick technology. +It protects your "trust boundaries" against cross-site scripting attacks (XSS), cross-zone DNS rebinding / CSRF attacks (router hacking), and Clickjacking attempts, thanks to its unique ClearClick technology. Such a preemptive approach prevents exploitation of security vulnerabilities (known and even unknown!) with no loss of functionality where you need it. Experts do agree: Firefox is really safer with NoScript ;-) FAQ: https://noscript.net/faq -Forum: https://noscript.net/forum \ No newline at end of file +Forum: https://noscript.net/forum -- cgit v1.2.3