remove oauth proxy backend logic

This commit is contained in:
Girish Ramakrishnan
2016-11-13 07:09:19 +05:30
parent 3457890b24
commit 94037e5266
12 changed files with 21 additions and 271 deletions

View File

@@ -544,7 +544,6 @@ describe('database', function () {
memoryLimit: 4294967296,
altDomain: null,
xFrameOptions: 'DENY',
oauthProxy: false,
sso: true
};
var APP_1 = {
@@ -566,7 +565,6 @@ describe('database', function () {
memoryLimit: 0,
altDomain: null,
xFrameOptions: 'SAMEORIGIN',
oauthProxy: false,
sso: true
};