mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
Camino only (per bug 428781 comment 14) - Restore general access to chrome: from content (bug 428781 and bug 428747). r/sr=pink
This commit is contained in:
parent
515d34180f
commit
1933bf5d9b
@ -3129,7 +3129,7 @@ nsChromeRegistry::AllowScriptsForPackage(nsIURI* aChromeURI, PRBool *aResult)
|
||||
NS_IMETHODIMP
|
||||
nsChromeRegistry::AllowContentToAccess(nsIURI*, PRBool *aResult)
|
||||
{
|
||||
*aResult = PR_FALSE;
|
||||
*aResult = PR_TRUE;
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user