Skip to content

Commit

Permalink
fix: replace malicious polyfill cdn (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Jun 28, 2024
1 parent a3e6960 commit 4e72486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/frontend/clinic-details.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
@endsection

@section('head-scripts')
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=default"></script>
<script
src="https://maps.googleapis.com/maps/api/js?key={{ config('maps.api_key') }}&callback=initMap&libraries=&v=weekly"
defer
Expand Down

0 comments on commit 4e72486

Please sign in to comment.