Check if the user can do the prescibed action for this uri.
aAction | Action being performed |
aUri | The uri requesting this action |
aWindow | The window generating this event. |
Request that blocked URI(s) be allowed through parental
control filters. Returns true if the URI was successfully
overriden. Note, may block while native UI is shown.
aTarget(s) | URI to be overridden. In the case of multiple URI, the first URI in the array should be the root URI of the site. |
window | Window that generates the event. |
Log an application specific parental controls
event.
aEntryType | Constant defining the type of event. |
aFlag | A flag indicating if the subject content was blocked. |
aSource | The URI source of the subject content. |
aTarget | The location the content was saved to if no blocking occurred. |
@returns true if the current user account has parental controls
restrictions enabled.
@returns true if the current user account parental controls
restrictions include the blocking of all file downloads.
@returns true if the current user account has parental controls
logging enabled. If true, applications should log relevent events
using ‘log’.
Action types that can be blocked for users.
Log entry types. Additional types can be defined and implemented
as needed. Other possible event types might include email events,
media related events, and IM events.