You’ll need to look in your logs to find what User-Agent string Feed Fetcher is using, and then you can block it using that, e.g.
SetEnvIfNoCase User-Agent "Firefox/70.0" blockua
Deny from env=blockua
By adding the above to my .htaccess file, I was able to block the Firefox (version 70.0) but Chrome still had access.
Obviously, you need to change the string “Firefox/70.0” to whatever the Feed Fetcher user-agent string is, and most likely you don’t want the entire string, but just a part that look unique to that piece of software and won’t accidentally block something else.
Related Posts:
- How do I create an HTML embed code to publish WP posts on other non-WP websites?
- PHP Deprecated: Non-static method should not be called statically
- How is the ” wp_get_update_data ” function used?
- Are there plugins that interfere with the admin part of Rss widget?
- What Plugin Do You Use to Turn WordPress based site to A Blog Aggregator
- Simple plugin for showing RSS subscription links?
- WordPress plugin changelog RSS
- How to style the RSS wordpress?
- Blog titles from WP blog on plain html site?
- External RSS feed to WordPress Portfolio
- Setting up PubSubHubbub (PUSH) with WordPress
- How to reorder and display a feed to be chronological?
- How do I get a post author’s image/avatar via RSS from another blog?
- Which plugin can do horizontal scrolling of RSS feeds in WordPress [closed]
- WP RSS Aggregator plugins breaks after switch to HTTPS
- Best way to duplicate specific page content across two sites?
- Featured Image in RSS Feed
- how to convert XML from URL to HTML
- Replace image urls(absolute instead of relative) by using filter in single page
- How can I add rel=”nofollow” attributes on RSS widgets?
- WordPress Following? Social Users?
- RSS feeds for specific topics
- On my WordPress 5.4 website, how to remove all feeds? Including Category and Tags
- RSS icons have the same Alt tag. Lighthouse is failing these elements. How do I display different alt tags for each icon?
- “Share” Content from Another Site as Post
- Add HTML between feed items
- RSS Feed has no Items (Possible Plugins Conflict)
- What is the RSS feed link for the newest WordPress plugins?
- Simply Exclude – Category feed exclusion is excluding from category feed instead of just the main feed
- Pulling RSS from site and display it in posts
- rss feed code help
- Developing a Site Like AllTop.COM – RSS Reading Problem
- What are Seeds? [closed]
- Getting table to format properly in RSS feed emails
- Getting table to format properly in RSS feed emails
- How to safely sanitize a textarea which takes full HTML input
- How to Remove Certain Screen Options and Meta Boxes from add/edit post type?
- How to not allow users to create new tags, but allow to them to use existing ones
- Why activate_plugin is not working in register_activation_hook
- How can I make an Ajax login form work with FORCE_SSL_ADMIN enabled?
- How do I fix the “sorry, you are not allowed to access this page” error I get on the “plugins > settings” links?
- Plugin: How to make links in admin page open up inside of the admin panel
- Insert query inserts 2 entries, should insert 1
- Adding Custom Fields for Img in Posts
- How to use a Must-Use plugin to hide a regular one and to hide itself?
- Shortcode display outside the div
- Fastest way to loop through all posts?
- Is there a way to share content amongst wordpress sites
- Insert code after tag without using functions.php?
- Offering Ads Dependent on Visitor Type?
- AddFilter option_active_plugins is executed 6 times. Why?
- Include Max mega menu Plugin into theme
- How to remove all javascript in a theme wordpress?
- Default Plugin Settings Not Writing to Database
- Create a custom page template inside my wordpress plugin
- Add form fields dynamically on button click
- WP plugins for building a database?
- Change the method of a class from child function.php
- Create digital-virtual-downloadable WooCommerce products from the frontend using Gravity Forms? [closed]
- wordpress site | All-in-one-cufon IE Issue
- How to send an automated email to the customers when product is added woocommerce
- Replace default og:image tag YOAST
- Fromcraft Plugin On click submit button [closed]
- A include_template Question
- Trouble with very basic plugin creation
- My single.php page does not show the related data to the post which is clicked
- Moving a plugin js to footer
- wp_redirect doen’t work
- Hardcoded paths in my plugin
- Dequeue, Unregister, Remove Action – Not Working on Plugin
- HTTP requests start hanging after I try activating all plugins, and only stop when I manually disable the plugins via DB
- Memory Management when developing plug-ins
- How can recognize post’s category?
- Developing plugin, where to place action hooks etc?
- Widget content turns up before title
- Load script only in the admin page
- How do I fill the Home Description?
- Disable “auto embed” feature when pasting text and links
- How to prevent users to view server files using WP File Manager plugin?
- Alternative Hook to the_content for Changing Background Color
- How to use WordPress header function and footer function and not load word press database
- SASS not showing in customized preloader plugin
- Lock content in WordPress website
- I want to display “how many times this tag used in WordPress?”
- After updating theme & plugin I am getting an error message
- Get Current Post ID in WP Loop For GiveWP
- Password Protect wp-content?
- How to make cover image in post block expand to entire screen?
- Conditional Fields depending on checkboxes
- Translation plugin with default language?
- wordpress ajax pagination object value does not change
- image upload error wordpress
- OOP Plugin: Where should I place the action hooks in the class?
- How to get the real address from a url (permalink)
- Add country flags
- Content expands beyond its column container [closed]
- Make plugin admin page visible to other roles
- How Create LastMod and Update Date Only on Taxonomy Category and Tags
- How To Convert External Image URLs To Own Website’s Uploaded Images Automatically?
- Getting 400 Error in wordpress website