Foxyproxy: Add include.
This commit is contained in:
parent
40e9f3bf4e
commit
aa6a35545d
4
Makefile
4
Makefile
|
@ -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)
|
||||||
|
|
|
@ -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 = [ ];
|
||||||
|
|
Loading…
Reference in a new issue