1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'My Discover card is now unlocked',
- 'body' => <<<END
- <blockquote>
- <p>
- Day 5:
- </p>
- <p>
- I decided to pay another visit to the Discover website because Discover still has not gotten back to me about how to get my credit card unlocked.
- This time however, the website presented me immediately with the question of whether or not that last attempted transaction was legitimate.
- I was finally able to clear up the issue without a stupid telephone.
- My previous login sessions did not have this option and the discover support team would not help me with this.
- I don't know if they recently added this option or if it's an option that shows up if you don't call them within a specified period of time.
- In any case, it looks like I will not have to cancel my Discover card after all.
- A card that requires a telephone to manage is a card that is useless to me.
- </p>
- <p>
- The mobile version of PayPal's website seems to demand an account every time, while the desktop version of me to demand an account some of the time.
- Likewise, the mobile PayPal site does not offer a way to switch to the desktop version.
- I had to tweak my user agent string to reach the desktop version so I could make a payment without an account.
- PayPal makes having an account an insufferable experience.
- I won't do that again.
- Meanwhile, the Bandcamp website refuses to support Google Chrome, which is browser the mobile browser claims to be when set to report itself as the desktop client.
- I had to repeatedly switch the user agent back and forth as I flipped between the PayPal website and the Bandcamp website trying to find the version of the PayPal website that did not require an account.
- The Replicant mobile browser does not seem to offer the option to manually set the user agent string, so I can't just have it claim to be Iceweasel or something.
- </p>
- <p>
- Scratch part of that last paragraph.
- It appears that the PayPal mobile website does in fact sometimes allow payment without an account.
- </p>
- <p>
- After much wrestling with the site, then complaining to PayPal, then even more wrestling with the site, I was finally able to buy that Marc With a C record.
- </p>
- </blockquote>
- <p>
- I couldn't update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
- </p>
- END
- );
|