e5c1d4
diff -up firefox-60.6.0/widget/gtk/nsFilePicker.cpp.old firefox-60.6.0/widget/gtk/nsFilePicker.cpp
e5c1d4
--- firefox-60.6.0/widget/gtk/nsFilePicker.cpp.old	2019-03-27 10:29:47.918560620 +0100
e5c1d4
+++ firefox-60.6.0/widget/gtk/nsFilePicker.cpp	2019-03-27 10:30:08.384491717 +0100
e5c1d4
@@ -366,9 +366,7 @@ nsFilePicker::Open(nsIFilePickerShownCal
e5c1d4
   // If we have --enable-proxy-bypass-protection, then don't allow
e5c1d4
   // remote URLs to be used.
e5c1d4
 #ifndef MOZ_PROXY_BYPASS_PROTECTION
e5c1d4
-  if (mAllowURLs) {
e5c1d4
-    gtk_file_chooser_set_local_only(GTK_FILE_CHOOSER(file_chooser), FALSE);
e5c1d4
-  }
e5c1d4
+  gtk_file_chooser_set_local_only(GTK_FILE_CHOOSER(file_chooser), FALSE);
e5c1d4
 #endif
e5c1d4
 
e5c1d4
   if (action == GTK_FILE_CHOOSER_ACTION_OPEN ||