Closed Bug 1469427 Opened 6 years ago Closed 6 years ago

Sync extension list with Chrome for download protection

Categories

(Toolkit :: Safe Browsing, defect, P1)

defect

Tracking

()

RESOLVED FIXED
mozilla62
Tracking Status
firefox62 --- fixed

People

(Reporter: francois, Assigned: francois)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

--- a/download_file_types.asciipb
+++ b/download_file_types.asciipb
@@ -8,7 +8,7 @@
 ##
 ## Top level settings
 ##
-version_id: 17
+version_id: 20
 sampled_ping_probability: 0.01
 max_archived_binaries_to_report: 10
 default_file_type {
@@ -2160,6 +2160,18 @@ file_types {
   }
 }
 file_types {
+  # Used to create shortcuts to various Windows 10 setting pages.
+  # Allows invoking any binary file with any parameters.
+  extension: "settingcontent-ms"
+  uma_value: 316
+  ping_setting: FULL_PING
+  platform_settings {
+    platform: PLATFORM_WINDOWS
+    danger_level: ALLOW_ON_USER_GESTURE
+    auto_open_hint: DISALLOW_AUTO_OPEN
+  }
+}
+file_types {
   # Microsoft Windows Shortcut into a document.
   # See https://support.microsoft.com/kb/212344
   extension: "shb"
@@ -2645,6 +2657,66 @@ file_types {
   }
 }
 file_types {
+  extension: "applescript"
+  uma_value: 310
+  ping_setting: FULL_PING
+  platform_settings {
+    platform: PLATFORM_MAC
+    danger_level: DANGEROUS
+    auto_open_hint: DISALLOW_AUTO_OPEN
+  }
+}
+file_types {
+  extension: "scpt"
+  uma_value: 311
+  ping_setting: FULL_PING
+  platform_settings {
+    platform: PLATFORM_MAC
+    danger_level: DANGEROUS
+    auto_open_hint: DISALLOW_AUTO_OPEN
+  }
+}
+file_types {
+  extension: "scptd"
+  uma_value: 312
+  ping_setting: FULL_PING
+  platform_settings {
+    platform: PLATFORM_MAC
+    danger_level: DANGEROUS
+    auto_open_hint: DISALLOW_AUTO_OPEN
+  }
+}
+file_types {
+  extension: "seplugin"
+  uma_value: 313
+  ping_setting: FULL_PING
+  platform_settings {
+    platform: PLATFORM_MAC
+    danger_level: DANGEROUS
+    auto_open_hint: DISALLOW_AUTO_OPEN
+  }
+}
+file_types {
+  extension: "osas"
+  uma_value: 314
+  ping_setting: FULL_PING
+  platform_settings {
+    platform: PLATFORM_MAC
+    danger_level: DANGEROUS
+    auto_open_hint: DISALLOW_AUTO_OPEN
+  }
+}
+file_types {
+  extension: "osax"
+  uma_value: 315
+  ping_setting: FULL_PING
+  platform_settings {
+    platform: PLATFORM_MAC
+    danger_level: DANGEROUS
+    auto_open_hint: DISALLOW_AUTO_OPEN
+  }
+}
+file_types {
   # An alias for PKG files, opened by the Mac installer. http://crbug.com/600908
   extension: "mpkg"
   uma_value: 263
Comment on attachment 8986068 [details]
Bug 1469427 - Add AppleScript-related extensions to download protection.

https://reviewboard.mozilla.org/r/251518/#review258266
Attachment #8986068 - Flags: review?(gpascutto) → review+
Comment on attachment 8986069 [details]
Bug 1469427 - Add settings shortcuts to download protection.

https://reviewboard.mozilla.org/r/251520/#review258268
Attachment #8986069 - Flags: review?(gpascutto) → review+
Pushed by fmarier@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d9da944ee84e
Add AppleScript-related extensions to download protection. r=gcp
https://hg.mozilla.org/integration/autoland/rev/1e68fab00d81
Add settings shortcuts to download protection. r=gcp
https://hg.mozilla.org/mozilla-central/rev/d9da944ee84e
https://hg.mozilla.org/mozilla-central/rev/1e68fab00d81
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: