From 47279bda296237a60c5d267b9dfcfeb7796e1e1d Mon Sep 17 00:00:00 2001 From: Chris Blakley Date: Wed, 30 Oct 2024 15:12:39 -0400 Subject: [PATCH] Metadata hotfix Removed comment from speculation rules JSON --- inc/metadata.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/metadata.php b/inc/metadata.php index 10d866c5..fb118672 100644 --- a/inc/metadata.php +++ b/inc/metadata.php @@ -187,7 +187,7 @@ {"not": {"href_matches": "logout"}}, {"not": {"href_matches": "nonce"}}, {"not": {"href_matches": "cart"}}, - {"not": {"href_matches": "#"}}, //Exclude in-page anchors + {"not": {"href_matches": "#"}}, {"not": {"href_matches": "mailto:"}}, {"not": {"href_matches": "tel:"}}, {"not": {"href_matches": "\\.(pdf|docx?|xlsx?|pptx?|xml|zip|rar|7z|csv|cal|exe|dmg|iso|mp4|mp3|wav|avi|mov|css|js|json)$"}}, @@ -494,4 +494,4 @@ nebula()->timer('JSON-LD', 'end'); nebula()->timer('Metadata', 'end'); do_action('nebula_metadata_end'); -?> \ No newline at end of file +?>