From 1cb720da32fbe7051630322b4702e1f1dd36858e Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Thu, 3 May 2018 13:51:00 +0200 Subject: [PATCH] Remove ssl prefix from masterpasswordapp.com URL. --- README.md | 2 +- platform-darwin/Source/iOS/MPPreferencesViewController.m | 4 ++-- platform-darwin/Source/iOS/MPWebViewController.m | 2 +- platform-independent/cli-c/distribute | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b42090c3..2e1edd08 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It consists of an algorithm that implements the core idea and applications for v To skip the intro and go straight to the information on how to use the code, [click here](#source-code). -Master Password is available for [📲 iOS](https://itunes.apple.com/app/id510296984), [🖥 macOS](https://ssl.masterpasswordapp.com/masterpassword-mac.zip), [📲 Android](https://ssl.masterpasswordapp.com/masterpassword-android.apk), [🖥 Desktop](https://ssl.masterpasswordapp.com/masterpassword-gui.jar), and [⌨ Console](https://ssl.masterpasswordapp.com/masterpassword-cli.tar.gz). +Master Password is available for [📲 iOS](https://itunes.apple.com/app/id510296984), [🖥 macOS](https://masterpasswordapp.com/masterpassword-mac.zip), [📲 Android](https://masterpasswordapp.com/masterpassword-android.apk), [🖥 Desktop](https://masterpasswordapp.com/masterpassword-gui.jar), and [⌨ Console](https://masterpasswordapp.com/masterpassword-cli.tar.gz). Master Password is also available from the following package managers: [macOS: Homebrew](https://brew.sh/) (`brew install mpw`). Get in touch if you are interested in adding Master Password to any other package managers. diff --git a/platform-darwin/Source/iOS/MPPreferencesViewController.m b/platform-darwin/Source/iOS/MPPreferencesViewController.m index 792c310f..f13e520e 100644 --- a/platform-darwin/Source/iOS/MPPreferencesViewController.m +++ b/platform-darwin/Source/iOS/MPPreferencesViewController.m @@ -207,13 +207,13 @@ - (IBAction)homePageButton:(id)sender { [[self dismissPopup].navigationController performSegueWithIdentifier:@"web" sender: - [NSURL URLWithString:@"https://ssl.masterpasswordapp.com"]]; + [NSURL URLWithString:@"https://masterpasswordapp.com"]]; } - (IBAction)securityButton:(id)sender { [[self dismissPopup].navigationController performSegueWithIdentifier:@"web" sender: - [NSURL URLWithString:@"https://ssl.masterpasswordapp.com/security.html"]]; + [NSURL URLWithString:@"https://masterpasswordapp.com/security.html"]]; } - (IBAction)sourceButton:(id)sender { diff --git a/platform-darwin/Source/iOS/MPWebViewController.m b/platform-darwin/Source/iOS/MPWebViewController.m index 14f2dcfe..70fa4cec 100644 --- a/platform-darwin/Source/iOS/MPWebViewController.m +++ b/platform-darwin/Source/iOS/MPWebViewController.m @@ -32,7 +32,7 @@ [super viewWillAppear:animated]; if (!self.initialURL) - self.initialURL = [NSURL URLWithString:@"https://ssl.masterpasswordapp.com"]; + self.initialURL = [NSURL URLWithString:@"https://masterpasswordapp.com"]; self.webNavigationItem.title = self.initialURL.host; diff --git a/platform-independent/cli-c/distribute b/platform-independent/cli-c/distribute index 303db5ef..9a981526 100755 --- a/platform-independent/cli-c/distribute +++ b/platform-independent/cli-c/distribute @@ -32,4 +32,4 @@ echo echo "Done. Ready to publish the site." echo " package: $mpwArchive" echo " signature: $mpwArchive.sig" -echo " url: https://ssl.masterpasswordapp.com/$mpwArchive" +echo " url: https://masterpasswordapp.com/$mpwArchive"