.osx: Allow installing Chrome user scripts via GitHub Gist or Userscripts.org

This commit is contained in:
Mathias Bynens
2014-03-05 16:54:42 +01:00
parent c57cea1344
commit 235e141b78
Vendored
+3 -3
View File
@@ -625,9 +625,9 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d
# Google Chrome & Google Chrome Canary #
###############################################################################
# Allow installing user scripts via GitHub or Userscripts.org
defaults write com.google.Chrome ExtensionInstallSources -array "https://*.github.com/*" "http://userscripts.org/*"
defaults write com.google.Chrome.canary ExtensionInstallSources -array "https://*.github.com/*" "http://userscripts.org/*"
# Allow installing user scripts via GitHub Gist or Userscripts.org
defaults write com.google.Chrome ExtensionInstallSources -array "https://gist.githubusercontent.com/" "http://userscripts.org/*"
defaults write com.google.Chrome.canary ExtensionInstallSources -array "https://gist.githubusercontent.com/" "http://userscripts.org/*"
###############################################################################
# GPGMail 2 #