From e06ec616a6e3e3a74eef68423a14326000ae3505 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Tue, 8 Dec 2015 22:51:29 +0000 Subject: [PATCH] Changes enableThirdParty requests to disableThirdParty requests, in order to not change existing behaviour (without changes to config.js). --- config.js | 2 +- index.html | 6 ++---- modules/UI/avatar/Avatar.js | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/config.js b/config.js index 1bb3d1563..f180124f2 100644 --- a/config.js +++ b/config.js @@ -69,5 +69,5 @@ var config = { /*noticeMessage: 'Service update is scheduled for 16th March 2015. ' + 'During that time service will not be available. ' + 'Apologise for inconvenience.'*/ - enableThirdPartyRequests: true + disableThirdPartyRequests: false }; diff --git a/index.html b/index.html index fc6dfdc39..8790e2d8d 100644 --- a/index.html +++ b/index.html @@ -224,13 +224,11 @@