Allow per-app configuration of robots.txt

https://developers.google.com/search/reference/robots_txt has
the specification

Part of #344
This commit is contained in:
Girish Ramakrishnan
2017-07-14 12:19:27 -05:00
parent 5697bcf43f
commit acd00222e5
12 changed files with 84 additions and 14 deletions

View File

@@ -542,7 +542,8 @@ describe('database', function () {
altDomain: null,
xFrameOptions: 'DENY',
sso: true,
debugMode: null
debugMode: null,
robotsTxt: null
};
var APP_1 = {
id: 'appid-1',
@@ -564,7 +565,8 @@ describe('database', function () {
altDomain: null,
xFrameOptions: 'SAMEORIGIN',
sso: true,
debugMode: null
debugMode: null,
robotsTxt: null
};
it('add fails due to missing arguments', function () {