Skip to content

Commit

Permalink
fix: specify missing crossorigin preload attribute for kits
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jul 16, 2022
1 parent 14c55e5 commit ef633d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Providers/FontAwesomePreloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function boot()
$preloads[] = [
'href' => $settings->get('blomstra-fontawesome.kitUrl'),
'as' => 'script',
'crossorigin' => 'anonymous'
];
}

Expand Down

0 comments on commit ef633d3

Please sign in to comment.