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]
- wp.media update options and force render on uploader
- Automatically install wordpress plugin at theme activation
- How to run Two WordPress blogs with different themes and with single database and same content
- How to show custom message once on plugin activation?
- How to notify users of blog updates a la Admin Plugin Update notifications?
- How to set “with_front’=>false” to a plugin-generated cpt?
- plugin shortcodes not working on custom theme- unsure how to fix
- What is the function to get plugin base url in multisite?
- Change “From” name in MailChimp STS plugin [closed]
- PDF download – use wordpress functions
- Multiple Domains with Single WordPress Install
- API to filter new user registration $POST data?
- Set cookie then immediantly refresh the page
- How to remove duplicate Custom Fields?
- Possible htaccess configuration issue for HTTPS websites by WP Fastest Cache plugin? [closed]
- How to Display a Plugin function (content) on frontpage using index.php
- How can I disable the multisite feature of WordPress 3.0?
- How to translate __(”) strings in admin [closed]
- link bbpress forum discussion to blogposts
- WordPress comments not appearing in blog posts, likely because of Redux template. Could I fix this with a plugin that adds a comment form as a block? [closed]
- trying to get user info in plugin
- How to identify the names of deleted plugins?
- How to Display Taxonomy Custom Meta Box Data in Archive Page?
- Cannot display settings field
- WordPress 4.2.1 pre_get_comments doesn’t work after update
- My custom plugin did not create db tables in database
- When I try to de-activate any plugin it gives error “Warning: call_user_func_array() [function.call-user-func-array]”
- How to remove js ui library added by default by wordpress
- What is the best way to cache pages on WordPress
- Proper way to handle admin-ajax calls
- How to find the list of custom post type where logged in user is author
- YOAST Seo xmlsitemap menu item not showing in the dashboard [closed]
- Regularity of Checking for plugin updates? [duplicate]
- “Deregister” plugin from frontend or specific pages?
- Action on WordPress Install
- What hook can I use to modify custom post data before it is displayed on the page?
- reCAPTCHA on page template without plugin
- get current page number with wp_link_pages()
- Some images on WordPress site are suddenly gone
- How do I reliably find a URL to a script or other file?
- What is the best way to make a custom page from a plugin?
- Setting text widget to one page only
- How to add captcha to publish widget
- Searching a tab/space delimited text file based upon form criteria and returning a ‘record’ into a word press results page
- How to validate custom fields in Quick edit/bulk edit?
- Fixed: Console.log twice in the edit function
- Redirect to a page while maintaining search query parameters without causing an infinite loop
- Is it possible to place a WordPress widget into the main page layout?
- How to make slider like this in wordpress?
- Showing different js file for different theme in wordpress customizer api
- Function settings_fields() not recognized (Uncaught Error: Call to undefined function settings_fields())
- how to make settings page for woocommerce plugin?
- what’s different between wpdb->prefix and table_prefix
- How to use custom footer template in a site-plugin?
- Top authors or top categories by post views?
- WP default file upload hook not working if used in a plugin
- Need help getting a certain value out of a multi dimensional array
- Extend WordPress Search
- WordPress internationalization + domains
- Plugin:Read More Right Here , How to change the name (more…) to Read More
- How do I output user_registered time in my correct timezone?
- Ajax in Plugins: returns the whole page
- how to search through plugin in wordpress cimy-user-extra-fields?
- How to change prices per number ordered in WooCommerce [closed]
- Text Wrapping in WPDataTables
- how to show selected options drop down menu values in attributes field in after saving post.php
- Buffered output in chunks and shortcode – how do I achieve that?