From 0688693d3beb9e88093509c4820be500d4758cd4 Mon Sep 17 00:00:00 2001 From: cyrilf Date: Wed, 28 Jun 2017 16:34:40 +0200 Subject: [PATCH] Whitelist the jekyll-redirect-from (#5592) --- docs/_config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 4566b451..c0874cc4 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,6 +9,9 @@ latest_leaflet_version: 1.1.0 gems: - jekyll-redirect-from + +whitelist: + - jekyll-redirect-from # Integrity hashes for both leaflet.js and leaflet-src.js # These will be shown in the downloads page @@ -16,4 +19,3 @@ gems: integrity_hash_css: "sha512-wcw6ts8Anuw10Mzh9Ytw4pylW8+NAD4ch3lqm9lzAsTxg0GFeJgoAtxuCLREZSC5lUXdVyo/7yfsqFjQ4S+aKw==" integrity_hash_source: "sha512-sIPSXEX730B6EcdQyVPmIGp7f7ZrxIuECnkwYtPpEltG6NqOVtmBNoxHkMamNsAOHLMnDFaUoJYA4PWtzNZDuA==" integrity_hash_uglified: "sha512-mNqn2Wg7tSToJhvHcqfzLMU6J4mkOImSPTxVZAdo+lcPlk+GhZmYgACEe0x35K7YzW1zJ7XyJV/TT1MrdXvMcA==" -