BAL ZERO RECON HARDENING (FIXED)
 */

/* REMOVE REST API LINK HEADER */
remove_action('template_redirect', 'rest_output_link_header', 11);
remove_action('wp_head', 'rest_output_link_wp_head', 10);

/* REMOVE EMBED + DISCOVERY LINKS */
remove_action('wp_head', 'wp_oembed_add_discovery_links');
remove_action('wp_head', 'wp_oembed_add_host_js');

/* REMOVE RSD + WLW */
remove_action('wp_head', 'rsd_link');
remove_action('wp_head', 'wlwmanifest_link');

/* FORCE REMOVE LINK HEADER (CRITICAL FIX) */
add_action('send_headers', function () {
    header_remove('Link');
});

/* BLOCK AUTHOR ENUMERATION VIA REST */
add_filter('rest_endpoints', function ($endpoints) {
    unset($endpoints['/wp/v2/users']);
    return $endpoints;
});

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//ke.cicinsurancegroup.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://ke.cicinsurancegroup.com/post-sitemap.xml</loc>
		<lastmod>2026-05-20T12:14:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ke.cicinsurancegroup.com/page-sitemap.xml</loc>
		<lastmod>2026-05-13T07:55:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ke.cicinsurancegroup.com/portfolio-sitemap.xml</loc>
		<lastmod>2025-04-04T10:49:07+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ke.cicinsurancegroup.com/mailpoet_page-sitemap.xml</loc>
		<lastmod>2025-10-07T09:39:42+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ke.cicinsurancegroup.com/category-sitemap.xml</loc>
		<lastmod>2026-05-20T12:14:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ke.cicinsurancegroup.com/post_tag-sitemap.xml</loc>
		<lastmod>2026-05-20T12:14:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ke.cicinsurancegroup.com/author-sitemap.xml</loc>
		<lastmod>2026-03-02T09:14:19+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->