From e3f8182125fbf853ff04288bb0dbb9972627f184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Sun, 7 Jan 2018 19:15:11 +0100 Subject: [PATCH] FIX: Google Calendar oneboxes weren't working --- Gemfile | 2 +- Gemfile.lock | 4 ++-- config/site_settings.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 50d7416610a..56910caf118 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'redis-namespace' gem 'active_model_serializers', '~> 0.8.3' -gem 'onebox', '1.8.33' +gem 'onebox', '1.8.34' gem 'http_accept_language', '~>2.0.5', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 51124f07780..d20d031ae8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -232,7 +232,7 @@ GEM omniauth-twitter (1.3.0) omniauth-oauth (~> 1.1) rack - onebox (1.8.33) + onebox (1.8.34) fast_blank (>= 1.0.0) htmlentities (~> 4.3) moneta (~> 1.0) @@ -469,7 +469,7 @@ DEPENDENCIES omniauth-oauth2 omniauth-openid omniauth-twitter - onebox (= 1.8.33) + onebox (= 1.8.34) openid-redis-store pg pry-nav diff --git a/config/site_settings.yml b/config/site_settings.yml index c94fff84893..acb9877b6e9 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -956,7 +956,7 @@ security: default: '' type: list allowed_iframes: - default: 'https://www.google.com/maps/embed?|https://www.openstreetmap.org/export/embed.html?' + default: 'https://www.google.com/maps/embed?|https://www.openstreetmap.org/export/embed.html?|https://calendar.google.com/calendar/embed?' type: list client: true