Gnash  0.8.10
Typedefs | Enumerations | Functions
gnash::URLAccessManager Namespace Reference

Manage a list of URL access configuration. More...

Typedefs

typedef std::map< std::string,
AccessPolicy
AccessPolicyCache
 A cache of AccessPolicy defined for URLs.

Enumerations

enum  AccessPolicy { BLOCK, GRANT }
 Possible access policies for URLs. More...

Functions

const char * accessPolicyString (AccessPolicy policy)
bool allowHost (const std::string &host)
bool allowXMLSocket (const std::string &host, short port)
bool allow (const URL &url, const URL &baseurl)
 Return true if access to given url is allowed, false otherwise.

Detailed Description

Manage a list of URL access configuration.


Typedef Documentation

A cache of AccessPolicy defined for URLs.


Enumeration Type Documentation

Possible access policies for URLs.

Enumerator:
BLOCK 

Forbid access.

GRANT 

Allow access.


Function Documentation

const char* gnash::URLAccessManager::accessPolicyString ( AccessPolicy  policy)

References BLOCK, and GRANT.

bool gnash::URLAccessManager::allow ( const URL &  url,
const URL &  baseurl 
)

Return true if access to given url is allowed, false otherwise.

Will use rc file for whitelist/blacklist and localSandbox.

Parameters:
urlThe url to check
baseurlThe originating url, only used for local urls and only for protocol checking (ie: a non-local originating url will not be allowed to load a local url)

References _, gnash::URL::hostname(), gnash::URL::protocol(), and gnash::URL::path().

bool gnash::URLAccessManager::allowHost ( const std::string &  host)

Referenced by allowXMLSocket().

DSOEXPORT bool gnash::URLAccessManager::allowXMLSocket ( const std::string &  host,
short  port 
)

References _, and allowHost().