Skip to content

Commit

Permalink
Add new preconnect URLs
Browse files Browse the repository at this point in the history
Signed-off-by: James Hunt <[email protected]>
  • Loading branch information
thetwopct committed Jun 16, 2024
1 parent a6754ce commit 41ca4d1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ public function change_to_preconnect_resource_hints( $hints, $relation_type ) {
'https://js.hs-analytics.net',
'https://js.hsforms.net',
'https://js.hs-scripts.com',
'https://landscape.cncf.io',
'https://cmp.osano.com',
'https://consent.api.osano.com',
);
// add crossorigin, remove protocol.
foreach ( $add_urls as $url ) {
Expand Down

0 comments on commit 41ca4d1

Please sign in to comment.