diff options
Diffstat (limited to 'browser/app/macbuild/Contents/Info.plist.in')
-rw-r--r-- | browser/app/macbuild/Contents/Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/browser/app/macbuild/Contents/Info.plist.in b/browser/app/macbuild/Contents/Info.plist.in index bf7aac37a7..48fc32199b 100644 --- a/browser/app/macbuild/Contents/Info.plist.in +++ b/browser/app/macbuild/Contents/Info.plist.in @@ -237,7 +237,7 @@ <string>Firefox Protocol</string> <key>CFBundleURLSchemes</key> <array> - <string>firefox</string> + <string>firefox-bridge</string> </array> </dict> <dict> @@ -245,7 +245,7 @@ <string>Firefox Private Browsing Protocol</string> <key>CFBundleURLSchemes</key> <array> - <string>firefox-private</string> + <string>firefox-private-bridge</string> </array> </dict> </array> |