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:
bzbarsky%mit.edu
2006-06-19 21:02:12 +00:00
parent f952ed05cf
commit dcd8a3a053
21 changed files with 556 additions and 242 deletions

View File

@@ -63,3 +63,6 @@ class AboutPython:
#channel.contentType = "text/html"
channel.contentStream = istream
return channel
def getURIFlags(self, aURI):
return 0;