#include <sbURIChecker.h>
|  | 
| static nsresult | CheckURI (nsACString &aDomain, nsACString &aPath, nsIURI *aURI) | 
|  | 
| static nsresult | FixupDomain (const nsACString &aDomain, nsACString &_retval) | 
|  | 
| static nsresult | FixupPath (nsIURI *aURI, nsACString &_retval) | 
|  | 
| static nsresult | FixupPath (const nsACString &aPath, nsACString &_retval) | 
|  | 
| static nsresult | CheckPath (nsACString &aPath, nsIURI *aSiteURI) | 
|  | 
| static nsresult | CheckDomain (nsACString &aDomain, nsIURI *aSiteURI) | 
|  | 
This splits out the domain/path checking against a given URI to see if untrusted content is allowed to pretend to be from the given domain/path. 
- See Also
- sbRemotePlayer::SetSiteScope() 
Definition at line 39 of file sbURIChecker.h.
  
  | 
        
          | nsresult sbURIChecker::CheckDomain | ( | nsACString & | aDomain, |  
          |  |  | nsIURI * | aSiteURI |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | nsresult sbURIChecker::CheckPath | ( | nsACString & | aPath, |  
          |  |  | nsIURI * | aSiteURI |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | nsresult sbURIChecker::CheckURI | ( | nsACString & | aDomain, |  
          |  |  | nsACString & | aPath, |  
          |  |  | nsIURI * | aURI |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | nsresult sbURIChecker::FixupDomain | ( | const nsACString & | aDomain, |  
          |  |  | nsACString & | _retval |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | nsresult sbURIChecker::FixupPath | ( | nsIURI * | aURI, |  
          |  |  | nsACString & | _retval |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | nsresult sbURIChecker::FixupPath | ( | const nsACString & | aPath, |  
          |  |  | nsACString & | _retval |  
          |  | ) |  |  |  | static | 
 
 
The documentation for this class was generated from the following files:
- /home/martin/dev/nightingale-hacking/components/remoteapi/src/sbURIChecker.h
- /home/martin/dev/nightingale-hacking/components/remoteapi/src/sbURIChecker.cpp