Skip to content

Commit

Permalink
Bower: disable strict-ssl (#10370)
Browse files Browse the repository at this point in the history
I had to disable strict SSL on Bower due to an error with jQuery:
bower/bower#2608

I'm not sure if this is strictly required, but I'm creating a PR in case we need
to this in production as well.

Related #10356
  • Loading branch information
humitos authored Jun 28, 2023
1 parent cd4535e commit 8d0b3d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"strict-ssl": false
}

0 comments on commit 8d0b3d1

Please sign in to comment.