Skip to content

File URL pattern matching

Compare
Choose a tag to compare
@CryShana CryShana released this 15 Aug 17:54
· 16 commits to master since this release
8ec30de

Implemented new file criteria - ability to filter out files based on file URL.

You can now define a list of URL patterns in the configuration file or using Web GUI.

Example URL patterns include:
somedomain.com/image/*
/original/*
/page/*/anotherpage/*

Beware that /image/ will only match URLs ending with /image/ and not /image/somethingelse or /image. This is why it is recommended to always add a * at the end.