Skip to content

Commit

Permalink
fix: use new idwt version's combined block-sites key
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdotpy committed Sep 10, 2024
1 parent bd47814 commit 56e84ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
18 changes: 7 additions & 11 deletions files/system/common/usr/share/idwt/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,17 @@ kwin-block-windows:
role:
value: "browser"
match_type: exact
chromium:
block-urls:
- u.pluckeye.net/create-account
- u.pluckeye.net/devices
- tails.net
- torproject.org
block-hosts:
block-sites:
- bereal.com
- clickview.net
- nexusmods.com
- pinterest.com
- torproject.org
- startpage.com
- bereal.com
- snapchat.com
- nexusmods.com
- startpage.com
- tails.net
- torproject.org
- u.pluckeye.net/create-account
- u.pluckeye.net/devices
block-flatpak-networking:
noah:
- com.brave.Browser
Expand Down
3 changes: 1 addition & 2 deletions files/system/common/usr/share/idwt/default-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tightener-config:
approved-commands:
- ^config \.block-hosts \+= "[a-zA-Z0-9.]*"$ # config '.block-hosts += "youtube.com"'
- ^config \.block-flatpak-networking\.apps \+= "[^"']*\.[^"']*\.[^"']*"$ # config '.block-flatpak-networking.apps += "com.google.Chrome"'
- ^config \.chromium.block-urls \+= "[^"']*"$ # config '.chromium.block-urls += "youtube.com"'
- ^config \.block-sites \+= "[^"']*"$ # config '.block-sites += "youtube.com"'

0 comments on commit 56e84ba

Please sign in to comment.