Move the safe vs unsafe about: distinction out of the security manager and into
nsIAboutModule implementations. Bug 337746, r=dveditz, sr=darin git-svn-id: svn://10.0.0.236/trunk@200348 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -63,3 +63,6 @@ class AboutPython:
|
||||
#channel.contentType = "text/html"
|
||||
channel.contentStream = istream
|
||||
return channel
|
||||
|
||||
def getURIFlags(self, aURI):
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user