From 5920263a2856d2e2f28da1806aaad7c4506016d8 Mon Sep 17 00:00:00 2001 From: iam-py-test <84232764+iam-py-test@users.noreply.github.com> Date: Thu, 9 Dec 2021 14:35:07 -0500 Subject: [PATCH] Why are people endorsing this insanity????? --- Resources-Library.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index 95038e0..7eae024 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -215,7 +215,7 @@ Examples: *** ### noeval.js [↪](https://github.com/gorhill/uBlock/blob/a94df7f3b27080ae2dcb3b914ace39c0c294d2f6/src/web_accessible_resources/noeval.js) -Prevent web pages from using _`eval()`_, and report attempts to console. +Prevent web pages from using _`eval()`_, and report attempts to console. This should not be used as a generic filter due to the fact that it breaks many websites, including those using Cloudflare's DDoS protection. Examples: - `solowarez.org##+js(noeval)` @@ -225,7 +225,7 @@ Examples: ### noeval-silent.js / ### ~silent-noeval.js~ [↪](https://github.com/gorhill/uBlock/blob/a94df7f3b27080ae2dcb3b914ace39c0c294d2f6/src/web_accessible_resources/noeval-silent.js) -Prevent web pages from using _`eval()`_. +Prevent web pages from using _`eval()`_. ***