From 17d629a9704a281dd081e3525d2fb85e15bda88d Mon Sep 17 00:00:00 2001 From: Manish Jethani Date: Tue, 31 Aug 2021 15:52:41 +0530 Subject: [PATCH] Updated Static filter syntax (markdown) --- Static-filter-syntax.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 3b18d1d..cdd79a7 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -155,6 +155,10 @@ So in uBO, any pattern which can be wholly read as a valid hostname, will be ass example.com* +If the filter is a filename, it is ideal to add `^` at one or both ends: + + ^example.js^ + *** #### `*` aka "all URLs"