[scriptable, uuid(e4f0e59c-b922-48b0-a7b6-1735c1f96fed)]
interface nsIUrlClassifierUtils : nsISupports

Methods

 Get the lookup string for a given URI.  This normalizes the hostname,
 url-decodes the string, and strips off the protocol.

 @param uri URI to get the lookup key for.

 @returns String containing the canonicalized URI.
ACString getKeyForURI(in nsIURI uri)