Adds a new URL Filter rule.
@param filter A string with optional wildcards that describes a certain URL.
@note For example, to match all URLs from the domain "google.com", your filter string might be: http://google.com/*
@note You may also use the "local://" scheme prefix to describe the URL to the base directory (set via awe_webcore_set_base_directory).
See Implementation
Adds a new URL Filter rule.
@param filter A string with optional wildcards that describes a certain URL.
@note For example, to match all URLs from the domain "google.com", your filter string might be: http://google.com/*
@note You may also use the "local://" scheme prefix to describe the URL to the base directory (set via awe_webcore_set_base_directory).