dst
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] HTTP status 200 instead of 301, Location does get addedFound 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
In reply to: [Redirection] HTTP status 200 instead of 301, Location does get addedInching 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/feedand that gets a 302 and a Location header.So is there maybe a clash with feed generation somewhere?
Forum: Plugins
In reply to: [Redirection] HTTP status 200 instead of 301, Location does get addedOkay, 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
In reply to: [Redirection] HTTP status 200 instead of 301, Location does get addedYes, the location changes along with Redirection’s settings.
I gotta go rummage deeper into Apache configs, then. Thanks for the help!
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
In reply to: [Redirection] Gutenberg, changing the url and automatic rewrites?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!)
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
In reply to: [Two Factor Authentication] autocomplete=”off”Thanks!
Thanks! I replaced the plugin’s current version with the beta version and will report back if something goes awry.
More great news!
Yeah, if you could hook me up w/the beta release, I’d love to give it a spin @amandato.
Cool, great!
You can create Google subscription links via this form 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
In reply to: [PowerPress Podcasting plugin by Blubrry] Spotify support?Hi @amandato, I think the easiest way would be to take a look at https://developer.spotify.com/design/ and maybe even more specifically https://developer.spotify.com/technologies/widgets/spotify-follow-button/ and its ToS.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Spotify support?Sure thing! They’re of the format
https://open.spotify.com/show/5VLSpGUdg8HMZzk0ksDNfJand 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!