Skip to content

Commit

Permalink
Bower: disable strict-ssl
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 committed May 31, 2023
1 parent b255f78 commit f108dd6
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 f108dd6

Please sign in to comment.