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