Skip to content

Commit

Permalink
Windows is on a modern Perl now. No need to disable certificate valid…
Browse files Browse the repository at this point in the history
…ation in HTTPS connections!
  • Loading branch information
michaelherger committed Nov 26, 2024
1 parent a1e9c28 commit 20c60fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Utils/Prefs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ sub init {
'authorize' => 0,
'username' => '',
'password' => '',
'insecureHTTPS' => main::ISWINDOWS ? 1 : 0,
'insecureHTTPS' => 0,
# Server Settings - TextFormatting
'longdateFormat' => q(%A, %B |%d, %Y),
'shortdateFormat' => q(%m/%d/%Y),
Expand Down

0 comments on commit 20c60fa

Please sign in to comment.