File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ui-tests/cypress/lib/dashboard/manage/configurations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -725,7 +725,7 @@ const verifyPageElements = () => {
725725
726726 cy . verifyElement ( {
727727 element : configurationsListBoxElements ( { subFeature : SETTINGS . SECURITY . API_ADDITIONAL_HEADERS } ) . SELECTED_SUBFEATURE_TEXTAREA ,
728- value : "X-Frame-Options:deny\nX-XSS-Protection:1; mode=block\nAccess-Control-Allow-Origin:*" ,
728+ value : "X-Frame-Options:deny\nX-XSS-Protection:1; mode=block\nStrict-Transport-Security:max-age=31536000; includeSubDomains; preload\ nAccess-Control-Allow-Origin:*" ,
729729 } ) ;
730730
731731 cy . verifyElement ( {
@@ -740,7 +740,7 @@ const verifyPageElements = () => {
740740
741741 cy . verifyElement ( {
742742 element : configurationsListBoxElements ( { subFeature : SETTINGS . SECURITY . DASHBOARD_ADDITIONAL_HEADERS } ) . SELECTED_SUBFEATURE_TEXTAREA ,
743- value : "X-Frame-Options:deny\nX-XSS-Protection:1; mode=block\nStrict-Transport-Security:max-age=31536000 ; includeSubDomains\nX-Content-Type-Options: nosniff"
743+ value : "X-Frame-Options:deny\nX-XSS-Protection:1; mode=block\nStrict-Transport-Security:max-age=31536000; includeSubDomains; preload \nX-Content-Type-Options: nosniff"
744744 } ) ;
745745
746746 cy . verifyElement ( {
@@ -1844,4 +1844,4 @@ const verifyPageElements = () => {
18441844
18451845module . exports = {
18461846 verifyPageElements
1847- } ;
1847+ } ;
You can’t perform that action at this time.
0 commit comments