2
0

Remove ssl prefix from masterpasswordapp.com URL.

This commit is contained in:
Maarten Billemont 2018-05-03 13:51:00 +02:00
parent 1031414ba2
commit 1cb720da32
4 changed files with 5 additions and 5 deletions

View File

@ -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). 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`). 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. Get in touch if you are interested in adding Master Password to any other package managers.

View File

@ -207,13 +207,13 @@
- (IBAction)homePageButton:(id)sender { - (IBAction)homePageButton:(id)sender {
[[self dismissPopup].navigationController performSegueWithIdentifier:@"web" sender: [[self dismissPopup].navigationController performSegueWithIdentifier:@"web" sender:
[NSURL URLWithString:@"https://ssl.masterpasswordapp.com"]]; [NSURL URLWithString:@"https://masterpasswordapp.com"]];
} }
- (IBAction)securityButton:(id)sender { - (IBAction)securityButton:(id)sender {
[[self dismissPopup].navigationController performSegueWithIdentifier:@"web" 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 { - (IBAction)sourceButton:(id)sender {

View File

@ -32,7 +32,7 @@
[super viewWillAppear:animated]; [super viewWillAppear:animated];
if (!self.initialURL) if (!self.initialURL)
self.initialURL = [NSURL URLWithString:@"https://ssl.masterpasswordapp.com"]; self.initialURL = [NSURL URLWithString:@"https://masterpasswordapp.com"];
self.webNavigationItem.title = self.initialURL.host; self.webNavigationItem.title = self.initialURL.host;

View File

@ -32,4 +32,4 @@ echo
echo "Done. Ready to publish the site." echo "Done. Ready to publish the site."
echo " package: $mpwArchive" echo " package: $mpwArchive"
echo " signature: $mpwArchive.sig" echo " signature: $mpwArchive.sig"
echo " url: https://ssl.masterpasswordapp.com/$mpwArchive" echo " url: https://masterpasswordapp.com/$mpwArchive"