• 2 Posts
  • 24 Comments
Joined 3 months ago
cake
Cake day: July 25th, 2024

help-circle




  • Not a bother at all! I have used uMatrix for several years now. It is no longer actively maintained, but has an absolutely unrivaled grid interface (hence Matrix) that comprehensively lays everything out into columns and rows.

    Rows represent the different domains and subdomains that a webpage loads assets from.

    Columns represent the different types of assets individually.

    Sane, strict rules that can be set within the My rules page:

    https-strict: * true
    https-strict: behind-the-scene false
    noscript-spoof: * true
    referrer-spoof: * true
    referrer-spoof: behind-the-scene false
    no-workers: * true
    * * * block
    * 1st-party image allow
    

    Or these can be set with the graphical matrix grid with global scope selected, then click on the lock icon to make it persistent.

    What uMatrix does that uBlock Origin does not (or the authors refuse to integrate into uBlock Origin):

    • Cookie handling. uMatrix is particularly intelligent about cookies in that it will still accept cookies from sites, but never release those cookies back out to web servers (when cookies are blocked).
    • CSS handling. IIRC uBlock does have some rudimentary all-or-nothing css blocking but cannot do so granularly.
    • An awesome, fast, easy to check at a quick glance visual interface.

    Unfortunately, uMatrix has been left to bitrot, so I’ve been closely watching the development of xiMatrix which replicates the idea and extends it to also handle remote fonts and inline scripts. (But still needs further development before I can consider it a drop-in replacement IMO).








  • LunchMoneyThief@links.hackliberty.orgtoSelfhosted@lemmy.worldClamAV setup
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 month ago

    I do use ClamAV. Most users just run some sort of daily scan, but this is remedial and not preventative.

    In order to truly harness clamav’s potential, you need to configure clamonacc on-access scanning. It passes items off to clamd with lowered privileges and prevents file access through inotify until its realtime scan has cleared.