Fixes #3545 - Ensure Google Calendars are fetched via HTTPS
This commit is contained in:
parent
d1f039f21a
commit
00decb0923
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# % character in the URL has to be escaped (% => %%)
|
||||
url: "http://www.google.com/calendar/ical/%{domain}%%23holiday%%40group.v.calendar.google.com/public/basic.ics"
|
||||
url: "https://www.google.com/calendar/ical/%{domain}%%23holiday%%40group.v.calendar.google.com/public/basic.ics"
|
||||
|
||||
# Mapping from country to domain
|
||||
countries:
|
||||
|
|
Loading…
Reference in a new issue