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 = .
hostname = $(shell hostname)
help:
@printf "Please specify a target.\n"
build:
nix flake check --show-trace
android:
nix-on-droid switch --flake $(flake)

View file

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