Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
| Line 37: | Line 37: | ||
#define NP_CLEAR_PLUGIN_STORAGE 1 << 8 /* Clear plugin local storage */ | #define NP_CLEAR_PLUGIN_STORAGE 1 << 8 /* Clear plugin local storage */ | ||
</pre> | </pre> | ||
* The <code> | * The <code>site</code> argument is interpreted as follows: | ||
** If a hostname of the form "foo.com", data in the "foo.com" domain and all subdomains should be cleared. In this form domains must be in lowercase normalized ACE-encoded form, they must not contain a trailing dot, must not contain a scheme, port, or other such fields, and must contain at least one embedded dot. | ** If a hostname of the form "foo.com", data in the "foo.com" domain and all subdomains should be cleared. In this form domains must be in lowercase normalized ACE-encoded form, they must not contain a trailing dot, must not contain a scheme, port, or other such fields, and must contain at least one embedded dot. | ||
** If an IP address (either IPv4 or IPv6), data for that IP should be cleared. | ** If an IP address (either IPv4 or IPv6), data for that IP should be cleared. | ||