Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Browsers
Web Extensions
Which Ubo filters 2023 do you use ?
Message
<blockquote data-quote="Jan Willy" data-source="post: 1038645" data-attributes="member: 80838"><p>Some user rules.</p><p></p><p>Prevent unauthorized writing to clipboard (Chromium based browsers). View ! <a href="https://www.ghacks.net/2022/08/27/websites-may-write-to-the-clipboard-in-chrome-without-user-permission/" target="_blank">Websites may write to the clipboard in Chrome without user permission - gHacks Tech News</a></p><p>Testpage: <a href="https://fluoridated-showy-fog.glitch.me/" target="_blank">https://fluoridated-showy-fog.glitch.me/</a></p><p>*##+js(aopw,navigator.clipboard)</p><p>Edit: I did now some testing again and it seems that at least in MS Edge the problem is solved.</p><p></p><p>Blocking fingerprinting adblockers on the site browserleaks.com:</p><p>*proxy.js</p><p></p><p>Blocking abused EVAL javascript. View <a href="https://malwaretips.com/threads/ublock-i-exfiltrate-exploiting-ad-blockers-with-css.111338/post-967499" target="_blank">Need Advice - uBlock, I exfiltrate: exploiting ad blockers with CSS</a></p><p>Testsite: <a href="https://webbrowsertools.com/test-eval/" target="_blank">Test Eval</a></p><p>*##+js(noeval)</p><p></p><p>If you want the result 'blocked' on all sections of abovementioned testsite:</p><p>*$csp=script-src 'unsafe-inline'</p><p>But it will break many sites. Instead of whitelisting every broken site, you can soften the rule by excluding regular TLD's, e.g.:</p><p>*$csp=script-src 'unsafe-inline',domain=~com|~eu|~inf|~io|~ms|~net|~nl|~org</p></blockquote><p></p>
[QUOTE="Jan Willy, post: 1038645, member: 80838"] Some user rules. Prevent unauthorized writing to clipboard (Chromium based browsers). View ! [URL='https://www.ghacks.net/2022/08/27/websites-may-write-to-the-clipboard-in-chrome-without-user-permission/']Websites may write to the clipboard in Chrome without user permission - gHacks Tech News[/URL] Testpage: [URL]https://fluoridated-showy-fog.glitch.me/[/URL] *##+js(aopw,navigator.clipboard) Edit: I did now some testing again and it seems that at least in MS Edge the problem is solved. Blocking fingerprinting adblockers on the site browserleaks.com: *proxy.js Blocking abused EVAL javascript. View [URL='https://malwaretips.com/threads/ublock-i-exfiltrate-exploiting-ad-blockers-with-css.111338/post-967499']Need Advice - uBlock, I exfiltrate: exploiting ad blockers with CSS[/URL] Testsite: [URL='https://webbrowsertools.com/test-eval/']Test Eval[/URL] *##+js(noeval) If you want the result 'blocked' on all sections of abovementioned testsite: *$csp=script-src 'unsafe-inline' But it will break many sites. Instead of whitelisting every broken site, you can soften the rule by excluding regular TLD's, e.g.: *$csp=script-src 'unsafe-inline',domain=~com|~eu|~inf|~io|~ms|~net|~nl|~org [/QUOTE]
Insert quotes…
Verification
Post reply
Top