Class PublicSuffixFilter

java.lang.Object
org.apache.http.impl.cookie.PublicSuffixFilter
All Implemented Interfaces:
CookieAttributeHandler

@Deprecated public class PublicSuffixFilter extends Object implements CookieAttributeHandler
Deprecated.
Wraps a CookieAttributeHandler and leverages its match method to never match a suffix from a black list. May be used to provide additional security for cross-site attack types by preventing cookies from apparent domains that are not publicly available. An uptodate list of suffixes can be obtained from publicsuffix.org
Since:
4.0