Title: dst's Replies | WordPress.org

---

# dst

  [  ](https://wordpress.org/support/users/dst/)

 *   [Profile](https://wordpress.org/support/users/dst/)
 *   [Topics Started](https://wordpress.org/support/users/dst/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dst/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dst/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dst/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dst/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dst/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] HTTP status 200 instead of 301, Location does get added](https://wordpress.org/support/topic/http-status-200-instead-of-301-location-does-get-added/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/http-status-200-instead-of-301-location-does-get-added/#post-13384026)
 * Found it. It was plugin conflict, in this case with a plugin called **Permalink
   Redirect**. Disabling it did the trick, so I’m mentioning the name in case somebody
   ends up Googling a similar-ish issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] HTTP status 200 instead of 301, Location does get added](https://wordpress.org/support/topic/http-status-200-instead-of-301-location-does-get-added/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/http-status-200-instead-of-301-location-does-get-added/#post-13383450)
 * Inching closer! My original Source URL was `/podcast/ratin-takana/feed/`, which
   results in 200 and Location. I set up a new redirect w/Source URL `/podcast/ratin-
   takana/feed` and _that_ gets a 302 and a Location header.
 * So is there maybe a clash with feed generation somewhere?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] HTTP status 200 instead of 301, Location does get added](https://wordpress.org/support/topic/http-status-200-instead-of-301-location-does-get-added/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/http-status-200-instead-of-301-location-does-get-added/#post-13383398)
 * Okay, here’s a new data point: The faulty redirects all have similar URL structure,
   ie. they include `/podcast/` which seems to be PowerPress’s area. If I set up
   a dummy redirect w/o `/podcast/` in the path, the 302 status works as it’s supposed
   to.
 * I think I’ll be able to track this thing down now!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] HTTP status 200 instead of 301, Location does get added](https://wordpress.org/support/topic/http-status-200-instead-of-301-location-does-get-added/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/http-status-200-instead-of-301-location-does-get-added/#post-13383379)
 * Yes, the location changes along with Redirection’s settings.
 * I gotta go rummage deeper into Apache configs, then. Thanks for the help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Defender Security - Malware Scanner, Login Security & Firewall] Suggesion: autocomplete=”off” in the 2-factor input field](https://wordpress.org/support/topic/suggesion-autocompleteoff-in-the-2-factor-input-field/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/suggesion-autocompleteoff-in-the-2-factor-input-field/#post-10798536)
 * Here’s a patch if you need one:
 *     ```
       --- otp.php~	2018-09-11 09:08:07.858265293 +0300
       +++ otp.php	2018-10-20 10:19:11.499032894 +0300
       @@ -223,7 +223,7 @@
            <form method="post"
                  action="<?php echo esc_url( add_query_arg( 'action', 'defenderVerifyOTP', site_url( 'wp-login.php', 'login_post' ) ) ); ?>">
                <p><?php _e( "Open the Google Authenticator app and enter the 6 digit passcode.", "defender-security" ) ?></p>
       -        <input type="text" value="" name="otp">
       +        <input type="text" value="" name="otp" autocomplete="off">
                <button class="button button-primary float-r"
                        type="submit"><?php _e( "Authenticate", "defender-security" ) ?></button>
                <input type="hidden" name="login_token" value="<?php echo $loginToken ?>"/>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Gutenberg, changing the url and automatic rewrites?](https://wordpress.org/support/topic/gutenberg-changing-the-url-and-automatic-rewrites/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/gutenberg-changing-the-url-and-automatic-rewrites/#post-10757748)
 * Yeah, uhm, before you do it’s also possible that an unnamed user–definitely not
   me! who said anything about it being me?–had not activated ‘track changes to 
   posts’ on the options page.
 * (Sorry!)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Defender Security - Malware Scanner, Login Security & Firewall] Suggesion: autocomplete=”off” in the 2-factor input field](https://wordpress.org/support/topic/suggesion-autocompleteoff-in-the-2-factor-input-field/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/suggesion-autocompleteoff-in-the-2-factor-input-field/#post-10747479)
 * Sure thing.
 * In my tests, Chrome suggests old values (Mac OS / 69.0.3497.100), as does Safari(
   12.0 (13606.2.11)), but Firefox doesn’t (62.0.3). This is in incognito mode with
   no plugins messing with the page.
 * For what it’s worth, Chrome on Android (69.0.3497.100) also suggests old numbers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Two Factor Authentication] autocomplete=”off”](https://wordpress.org/support/topic/autocompleteoff-2/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/autocompleteoff-2/#post-10744695)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PowerPress Podcasting plugin by Blubrry] Subscribe links for Spotify and Google’s native Android player](https://wordpress.org/support/topic/subscribe-links-for-spotify-and-googles-native-android-player/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [8 years ago](https://wordpress.org/support/topic/subscribe-links-for-spotify-and-googles-native-android-player/#post-10426784)
 * Thanks! I replaced the plugin’s current version with the beta version and will
   report back if something goes awry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PowerPress Podcasting plugin by Blubrry] Subscribe links for Spotify and Google’s native Android player](https://wordpress.org/support/topic/subscribe-links-for-spotify-and-googles-native-android-player/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [8 years ago](https://wordpress.org/support/topic/subscribe-links-for-spotify-and-googles-native-android-player/#post-10424859)
 * More great news!
 * Yeah, if you could hook me up w/the beta release, I’d love to give it a spin 
   [@amandato](https://wordpress.org/support/users/amandato/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PowerPress Podcasting plugin by Blubrry] Subscribe links for Spotify and Google’s native Android player](https://wordpress.org/support/topic/subscribe-links-for-spotify-and-googles-native-android-player/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [8 years ago](https://wordpress.org/support/topic/subscribe-links-for-spotify-and-googles-native-android-player/#post-10418478)
 * Cool, great!
 * You can create Google subscription links via this form [https://search.google.com/devtools/podcast/preview](https://search.google.com/devtools/podcast/preview)
   and it’ll spit out an URL that points to the series as a whole, so basically 
   the same granularity as ex-iTunes and the others.
 * The terminology might be difficult, tho. I’d like to call this new native system“
   subscribing on Android”, but then it’ll be in conflict with the subscribeonandroid.
   com links. How should this be solved?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PowerPress Podcasting plugin by Blubrry] Spotify support?](https://wordpress.org/support/topic/spotify-support/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/spotify-support/#post-9555957)
 * Hi [@amandato](https://wordpress.org/support/users/amandato/), I think the easiest
   way would be to take a look at [https://developer.spotify.com/design/](https://developer.spotify.com/design/)
   and maybe even more specifically [https://developer.spotify.com/technologies/widgets/spotify-follow-button/](https://developer.spotify.com/technologies/widgets/spotify-follow-button/)
   and its ToS.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PowerPress Podcasting plugin by Blubrry] Spotify support?](https://wordpress.org/support/topic/spotify-support/)
 *  Thread Starter [dst](https://wordpress.org/support/users/dst/)
 * (@dst)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/spotify-support/#post-9553679)
 * Sure thing! They’re of the format `https://open.spotify.com/show/5VLSpGUdg8HMZzk0ksDNfJ`
   and have to be copied & pasted from that particular podcast’s Spotify listing
   page (or at least I haven’t found a comprehensive listing of shows that would
   be available and findable by Google, for example).
 * And thanks!

Viewing 13 replies - 1 through 13 (of 13 total)