Camino only - Stopgap for Bug 363654: Disable opening of .url files in the File:Open dialog, since it's b0rken.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@217083 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -680,7 +680,7 @@ Otherwise, we return the URL we originally got. Right now this supports .url and
|
||||
NSArray* fileTypes = [NSArray arrayWithObjects: @"htm",@"html",@"shtml",@"xhtml",@"xml",
|
||||
@"txt",@"text",
|
||||
@"gif",@"jpg",@"jpeg",@"png",@"bmp",@"svg",@"svgz",
|
||||
@"webloc",@"url",
|
||||
@"webloc",
|
||||
nil];
|
||||
|
||||
BrowserWindowController* browserController = [self getMainWindowBrowserController];
|
||||
|
||||
Reference in New Issue
Block a user