5.1. Exclude URLs From Polls Pattern
- Plugin Key
au_exclude_urls_from_polls_pattern- Plugin Value Type
One of:
- Plugin Value Type
The strings are
printfformat strings that expand to regular expressions used to match against URLs. Theprintfformat strings accept expressions made of plugin configuration parameter keys.- Sample
<entry> <string>au_exclude_urls_from_polls_pattern</string> <list> <string>"^%scss/.*\.css\?version=", base_url</string> <string>"^%sfiles/[0-9]+/.*\.js", base_url</string> </list> </entry>
- Description
URLs characterized by the regular expressions expanded from the
printfstrings are excluded (ignored) during polls of the AU.