public static @interface ReferrerFilter.Config
Modifier and Type | Optional Element and Description |
---|---|
boolean |
allow_empty
Allow empty property.
|
String[] |
allow_hosts_regexp
Allow referrer regex hosts property
|
String[] |
allow_hosts
Allow referrer uri hosts property.
|
String[] |
exclude_agents_regexp
Excluded regexp user agents property
|
String[] |
filter_methods
Filtered methods property
|
public abstract String[] allow_hosts
public abstract String[] allow_hosts_regexp
public abstract String[] filter_methods
public abstract String[] exclude_agents_regexp
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.