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; }); CIC Media Center | CIC Insurance Videos | CIC Group

Event Calendar

Release of the audited financial results for the year ended 31st December 2025
31st March, 2026
Group Investor Briefing
31st March, 2026
47th Annual General Meeting
8th May, 2026
Publication of Group's Sustainability Report
30th June, 2026
Release of the 2026 Half-Year Financial Results
28th August, 2026