Foxyproxy: Add include.

This commit is contained in:
Dmitry Voronin 2025-01-26 18:51:48 +03:00
parent 40e9f3bf4e
commit aa6a35545d
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@ options = --option eval-cache false --fallback --print-build-logs --verbose --o
flake = . flake = .
hostname = $(shell hostname) hostname = $(shell hostname)
help: build:
@printf "Please specify a target.\n" nix flake check --show-trace
android: android:
nix-on-droid switch --flake $(flake) nix-on-droid switch --flake $(flake)

View file

@ -367,9 +367,9 @@ in
include = [ include = [
{ {
active = true; active = true;
pattern = "https://www.youtube.com/*"; pattern = "*://www.youtube.com/*";
title = "YouTube"; title = "YouTube";
type = "wildcard"; type = "wildcard"; # wildcard or regex.
} }
]; ];
exclude = [ ]; exclude = [ ];