diff options
author | rb7147 <rb7147@att.com> | 2018-01-17 10:29:04 -0500 |
---|---|---|
committer | rb7147 <rb7147@att.com> | 2018-01-17 15:48:25 -0500 |
commit | 74552f84f136c01a99488aeff6d0f7b9a55d5fb3 (patch) | |
tree | cc1a463f40f3ea92b4d1efa4ef33f302d09444ca /ONAP-SDK-APP/src/main/webapp | |
parent | 528605fe8efa3631291de0b9bf8e498bdbd0c23f (diff) |
Resolved Security Vulnerability issues
Issue-ID: POLICY-553
Change-Id: I3e0e6a31226e561cef9ec578790659d57b2f65f4
Signed-off-by: rb7147 <rb7147@att.com>
Diffstat (limited to 'ONAP-SDK-APP/src/main/webapp')
-rw-r--r-- | ONAP-SDK-APP/src/main/webapp/WEB-INF/conf/system.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ONAP-SDK-APP/src/main/webapp/WEB-INF/conf/system.properties b/ONAP-SDK-APP/src/main/webapp/WEB-INF/conf/system.properties index 64f9f65c6..fce5ab184 100644 --- a/ONAP-SDK-APP/src/main/webapp/WEB-INF/conf/system.properties +++ b/ONAP-SDK-APP/src/main/webapp/WEB-INF/conf/system.properties @@ -19,6 +19,8 @@ cache_load_on_startup = false user_name = fullName decryption_key = AGLDdG4D04BKm2IxIWEr8o== +#cookie domain +cookie_domain = onap.org ########################################################################## # The following properties REQUIRE changes by partner applications. ########################################################################## |