aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-03-05 16:54:42 +0100
committerMathias Bynens <mathias@qiwi.be>2014-03-05 16:54:42 +0100
commit235e141b78a93008bdfb7bb3edf800545ffb0023 (patch)
tree9ad283d2d3de6fb61e2cf6f79840c2de68a7f784 /.osx
parentc57cea134444c1315f45a634198b445b6632cb4b (diff)
downloaddotfiles-235e141b78a93008bdfb7bb3edf800545ffb0023.tar.gz
dotfiles-235e141b78a93008bdfb7bb3edf800545ffb0023.tar.bz2
dotfiles-235e141b78a93008bdfb7bb3edf800545ffb0023.zip
.osx: Allow installing Chrome user scripts via GitHub Gist or Userscripts.org
Diffstat (limited to '.osx')
-rwxr-xr-x.osx6
1 files changed, 3 insertions, 3 deletions
diff --git a/.osx b/.osx
index a5f8259..3e239df 100755
--- a/.osx
+++ b/.osx
@@ -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 #