@@ -1569,7 +1569,7 @@ describe('OC.SetupChecks tests', function() {
15691569 msg : 'The "X-Content-Type-Options" HTTP header is not set to "nosniff". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.' ,
15701570 type : OC . SetupChecks . MESSAGE_TYPE_WARNING
15711571 } , {
1572- msg : 'The "X-Robots-Tag" HTTP header is not set to "none ". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.' ,
1572+ msg : 'The "X-Robots-Tag" HTTP header is not set to "noindex, nofollow ". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.' ,
15731573 type : OC . SetupChecks . MESSAGE_TYPE_WARNING
15741574 } , {
15751575 msg : 'The "X-Frame-Options" HTTP header is not set to "SAMEORIGIN". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly.' ,
@@ -1596,7 +1596,7 @@ describe('OC.SetupChecks tests', function() {
15961596 suite . server . requests [ 0 ] . respond (
15971597 200 ,
15981598 {
1599- 'X-Robots-Tag' : 'none ' ,
1599+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
16001600 'X-Frame-Options' : 'SAMEORIGIN' ,
16011601 'Strict-Transport-Security' : 'max-age=15768000;preload' ,
16021602 'X-Permitted-Cross-Domain-Policies' : 'none' ,
@@ -1627,7 +1627,7 @@ describe('OC.SetupChecks tests', function() {
16271627 {
16281628 'X-XSS-Protection' : '1; mode=block' ,
16291629 'X-Content-Type-Options' : 'nosniff' ,
1630- 'X-Robots-Tag' : 'none ' ,
1630+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
16311631 'X-Frame-Options' : 'SAMEORIGIN' ,
16321632 'Strict-Transport-Security' : 'max-age=15768000' ,
16331633 'X-Permitted-Cross-Domain-Policies' : 'none' ,
@@ -1650,7 +1650,7 @@ describe('OC.SetupChecks tests', function() {
16501650 'Strict-Transport-Security' : 'max-age=15768000' ,
16511651 'X-XSS-Protection' : '1; mode=block; report=https://example.com' ,
16521652 'X-Content-Type-Options' : 'nosniff' ,
1653- 'X-Robots-Tag' : 'none ' ,
1653+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
16541654 'X-Frame-Options' : 'SAMEORIGIN' ,
16551655 'X-Permitted-Cross-Domain-Policies' : 'none' ,
16561656 'Referrer-Policy' : 'no-referrer' ,
@@ -1670,7 +1670,7 @@ describe('OC.SetupChecks tests', function() {
16701670 'Strict-Transport-Security' : 'max-age=15768000' ,
16711671 'X-XSS-Protection' : '1; mode=block' ,
16721672 'X-Content-Type-Options' : 'nosniff' ,
1673- 'X-Robots-Tag' : 'none ' ,
1673+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
16741674 'X-Frame-Options' : 'SAMEORIGIN' ,
16751675 'X-Permitted-Cross-Domain-Policies' : 'none' ,
16761676 'Referrer-Policy' : 'no-referrer' ,
@@ -1690,7 +1690,7 @@ describe('OC.SetupChecks tests', function() {
16901690 'Strict-Transport-Security' : 'max-age=15768000' ,
16911691 'X-XSS-Protection' : '1' ,
16921692 'X-Content-Type-Options' : 'nosniff' ,
1693- 'X-Robots-Tag' : 'none ' ,
1693+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
16941694 'X-Frame-Options' : 'SAMEORIGIN' ,
16951695 'X-Permitted-Cross-Domain-Policies' : 'none' ,
16961696 'Referrer-Policy' : 'no-referrer' ,
@@ -1715,7 +1715,7 @@ describe('OC.SetupChecks tests', function() {
17151715 'Strict-Transport-Security' : 'max-age=15768000' ,
17161716 'X-XSS-Protection' : '0' ,
17171717 'X-Content-Type-Options' : 'nosniff' ,
1718- 'X-Robots-Tag' : 'none ' ,
1718+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
17191719 'X-Frame-Options' : 'SAMEORIGIN' ,
17201720 'X-Permitted-Cross-Domain-Policies' : 'none' ,
17211721 'Referrer-Policy' : 'no-referrer' ,
@@ -1742,7 +1742,7 @@ describe('OC.SetupChecks tests', function() {
17421742 'Strict-Transport-Security' : 'max-age=15768000' ,
17431743 'X-XSS-Protection' : '1; mode=block' ,
17441744 'X-Content-Type-Options' : 'nosniff' ,
1745- 'X-Robots-Tag' : 'none ' ,
1745+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
17461746 'X-Frame-Options' : 'SAMEORIGIN' ,
17471747 'X-Permitted-Cross-Domain-Policies' : 'none' ,
17481748 'Referrer-Policy' : 'no-referrer' ,
@@ -1762,7 +1762,7 @@ describe('OC.SetupChecks tests', function() {
17621762 'Strict-Transport-Security' : 'max-age=15768000' ,
17631763 'X-XSS-Protection' : '1; mode=block' ,
17641764 'X-Content-Type-Options' : 'nosniff' ,
1765- 'X-Robots-Tag' : 'none ' ,
1765+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
17661766 'X-Frame-Options' : 'SAMEORIGIN' ,
17671767 'X-Permitted-Cross-Domain-Policies' : 'none' ,
17681768 'Referrer-Policy' : 'no-referrer-when-downgrade' ,
@@ -1782,7 +1782,7 @@ describe('OC.SetupChecks tests', function() {
17821782 'Strict-Transport-Security' : 'max-age=15768000' ,
17831783 'X-XSS-Protection' : '1; mode=block' ,
17841784 'X-Content-Type-Options' : 'nosniff' ,
1785- 'X-Robots-Tag' : 'none ' ,
1785+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
17861786 'X-Frame-Options' : 'SAMEORIGIN' ,
17871787 'X-Permitted-Cross-Domain-Policies' : 'none' ,
17881788 'Referrer-Policy' : 'strict-origin' ,
@@ -1802,7 +1802,7 @@ describe('OC.SetupChecks tests', function() {
18021802 'Strict-Transport-Security' : 'max-age=15768000' ,
18031803 'X-XSS-Protection' : '1; mode=block' ,
18041804 'X-Content-Type-Options' : 'nosniff' ,
1805- 'X-Robots-Tag' : 'none ' ,
1805+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
18061806 'X-Frame-Options' : 'SAMEORIGIN' ,
18071807 'X-Permitted-Cross-Domain-Policies' : 'none' ,
18081808 'Referrer-Policy' : 'strict-origin-when-cross-origin' ,
@@ -1822,7 +1822,7 @@ describe('OC.SetupChecks tests', function() {
18221822 'Strict-Transport-Security' : 'max-age=15768000' ,
18231823 'X-XSS-Protection' : '1; mode=block' ,
18241824 'X-Content-Type-Options' : 'nosniff' ,
1825- 'X-Robots-Tag' : 'none ' ,
1825+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
18261826 'X-Frame-Options' : 'SAMEORIGIN' ,
18271827 'X-Permitted-Cross-Domain-Policies' : 'none' ,
18281828 'Referrer-Policy' : 'same-origin' ,
@@ -1842,7 +1842,7 @@ describe('OC.SetupChecks tests', function() {
18421842 'Strict-Transport-Security' : 'max-age=15768000' ,
18431843 'X-XSS-Protection' : '1; mode=block' ,
18441844 'X-Content-Type-Options' : 'nosniff' ,
1845- 'X-Robots-Tag' : 'none ' ,
1845+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
18461846 'X-Frame-Options' : 'SAMEORIGIN' ,
18471847 'X-Permitted-Cross-Domain-Policies' : 'none' ,
18481848 'Referrer-Policy' : 'origin' ,
@@ -1867,7 +1867,7 @@ describe('OC.SetupChecks tests', function() {
18671867 'Strict-Transport-Security' : 'max-age=15768000' ,
18681868 'X-XSS-Protection' : '1; mode=block' ,
18691869 'X-Content-Type-Options' : 'nosniff' ,
1870- 'X-Robots-Tag' : 'none ' ,
1870+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
18711871 'X-Frame-Options' : 'SAMEORIGIN' ,
18721872 'X-Permitted-Cross-Domain-Policies' : 'none' ,
18731873 'Referrer-Policy' : 'origin-when-cross-origin' ,
@@ -1892,7 +1892,7 @@ describe('OC.SetupChecks tests', function() {
18921892 'Strict-Transport-Security' : 'max-age=15768000' ,
18931893 'X-XSS-Protection' : '1; mode=block' ,
18941894 'X-Content-Type-Options' : 'nosniff' ,
1895- 'X-Robots-Tag' : 'none ' ,
1895+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
18961896 'X-Frame-Options' : 'SAMEORIGIN' ,
18971897 'X-Permitted-Cross-Domain-Policies' : 'none' ,
18981898 'Referrer-Policy' : 'unsafe-url' ,
@@ -1919,7 +1919,7 @@ describe('OC.SetupChecks tests', function() {
19191919 {
19201920 'X-XSS-Protection' : '1; mode=block' ,
19211921 'X-Content-Type-Options' : 'nosniff' ,
1922- 'X-Robots-Tag' : 'none ' ,
1922+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
19231923 'X-Frame-Options' : 'SAMEORIGIN' ,
19241924 'X-Permitted-Cross-Domain-Policies' : 'none' ,
19251925 'Referrer-Policy' : 'no-referrer' ,
@@ -1965,7 +1965,7 @@ describe('OC.SetupChecks tests', function() {
19651965 {
19661966 'X-XSS-Protection' : '1; mode=block' ,
19671967 'X-Content-Type-Options' : 'nosniff' ,
1968- 'X-Robots-Tag' : 'none ' ,
1968+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
19691969 'X-Frame-Options' : 'SAMEORIGIN' ,
19701970 'X-Permitted-Cross-Domain-Policies' : 'none' ,
19711971 'Referrer-Policy' : 'no-referrer' ,
@@ -1990,7 +1990,7 @@ describe('OC.SetupChecks tests', function() {
19901990 'Strict-Transport-Security' : 'max-age=15551999' ,
19911991 'X-XSS-Protection' : '1; mode=block' ,
19921992 'X-Content-Type-Options' : 'nosniff' ,
1993- 'X-Robots-Tag' : 'none ' ,
1993+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
19941994 'X-Frame-Options' : 'SAMEORIGIN' ,
19951995 'X-Permitted-Cross-Domain-Policies' : 'none' ,
19961996 'Referrer-Policy' : 'no-referrer' ,
@@ -2015,7 +2015,7 @@ describe('OC.SetupChecks tests', function() {
20152015 'Strict-Transport-Security' : 'iAmABogusHeader342' ,
20162016 'X-XSS-Protection' : '1; mode=block' ,
20172017 'X-Content-Type-Options' : 'nosniff' ,
2018- 'X-Robots-Tag' : 'none ' ,
2018+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
20192019 'X-Frame-Options' : 'SAMEORIGIN' ,
20202020 'X-Permitted-Cross-Domain-Policies' : 'none' ,
20212021 'Referrer-Policy' : 'no-referrer' ,
@@ -2039,7 +2039,7 @@ describe('OC.SetupChecks tests', function() {
20392039 'Strict-Transport-Security' : 'max-age=15768000' ,
20402040 'X-XSS-Protection' : '1; mode=block' ,
20412041 'X-Content-Type-Options' : 'nosniff' ,
2042- 'X-Robots-Tag' : 'none ' ,
2042+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
20432043 'X-Frame-Options' : 'SAMEORIGIN' ,
20442044 'X-Permitted-Cross-Domain-Policies' : 'none' ,
20452045 'Referrer-Policy' : 'no-referrer' ,
@@ -2059,7 +2059,7 @@ describe('OC.SetupChecks tests', function() {
20592059 'Strict-Transport-Security' : 'max-age=99999999' ,
20602060 'X-XSS-Protection' : '1; mode=block' ,
20612061 'X-Content-Type-Options' : 'nosniff' ,
2062- 'X-Robots-Tag' : 'none ' ,
2062+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
20632063 'X-Frame-Options' : 'SAMEORIGIN' ,
20642064 'X-Permitted-Cross-Domain-Policies' : 'none' ,
20652065 'Referrer-Policy' : 'no-referrer' ,
@@ -2079,7 +2079,7 @@ describe('OC.SetupChecks tests', function() {
20792079 'Strict-Transport-Security' : 'max-age=99999999; includeSubDomains' ,
20802080 'X-XSS-Protection' : '1; mode=block' ,
20812081 'X-Content-Type-Options' : 'nosniff' ,
2082- 'X-Robots-Tag' : 'none ' ,
2082+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
20832083 'X-Frame-Options' : 'SAMEORIGIN' ,
20842084 'X-Permitted-Cross-Domain-Policies' : 'none' ,
20852085 'Referrer-Policy' : 'no-referrer' ,
@@ -2099,7 +2099,7 @@ describe('OC.SetupChecks tests', function() {
20992099 'Strict-Transport-Security' : 'max-age=99999999; preload; includeSubDomains' ,
21002100 'X-XSS-Protection' : '1; mode=block' ,
21012101 'X-Content-Type-Options' : 'nosniff' ,
2102- 'X-Robots-Tag' : 'none ' ,
2102+ 'X-Robots-Tag' : 'noindex, nofollow ' ,
21032103 'X-Frame-Options' : 'SAMEORIGIN' ,
21042104 'X-Permitted-Cross-Domain-Policies' : 'none' ,
21052105 'Referrer-Policy' : 'no-referrer' ,
0 commit comments