Last active
April 11, 2018 06:26
-
-
Save malash/25b20034f0d8c7910adb12d1548f9bdb to your computer and use it in GitHub Desktop.
修复Chrome在macOS Seirra下因支付宝造成HTTPS失败的问题
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 官方:https://bugs.chromium.org/p/chromium/issues/detail?id=649253 | |
# 相关1:http://gold.xitu.io/entry/5800318e7db2a200597bff78 | |
# 相关2:https://twiceyuan.com/2016/09/26/sierra-chrome-bug/ | |
# 相关3:https://www.v2ex.com/t/307911 | |
sudo launchctl remove com.alipay.DispatcherService | |
sudo rm -rf /Library/Application\ Support/Alipay && \ | |
sudo rm -rf /Library/LaunchDaemons/com.alipay.DispatcherService.plist && \ | |
sudo rm -rf ~/Library/LaunchAgents/com.alipay.adaptor.plist && \ | |
sudo rm -rf ~/Library/LaunchAgents/com.alipay.refresher.plist && \ | |
sudo rm -rf ~/Library/Internet\ Plug-Ins/aliedit.plugin && \ | |
sudo rm -rf ~/Library/Internet\ Plug-Ins/npalicdo.plugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment