|
8 | 8 | * cp modules/themevanilla/module_themevanilla.php config/ |
9 | 9 | */ |
10 | 10 |
|
11 | | -$config = array( |
12 | | - 'cookiePolicy' => array( |
13 | | - array( |
| 11 | +$config = [ |
| 12 | + 'cookiePolicy' => [ |
| 13 | + [ |
14 | 14 | 'type' => 'Session State', |
15 | 15 | 'provider' => 'aai.rciam.eu', |
16 | 16 | 'name' => 'rciam_proxy_authtoken, rciam_google_proxy_authtoken, rciam_google_proxy_authtoken, ' |
17 | 17 | . 'rciam_facebook_proxy_authtoken, rciam_linkedin_proxy_authtoken, rciam_orcid_proxy_authtoken', |
18 | 18 | 'thirdParty' => false, |
19 | 19 | 'category' => 'Session', |
20 | 20 | 'purpose' => 'Preserve user authentication token to prevent session fixation attacks', |
21 | | - ), |
22 | | - array( |
| 21 | + ], |
| 22 | + [ |
23 | 23 | 'type' => 'Session State', |
24 | 24 | 'provider' => 'aai.rciam.eu', |
25 | 25 | 'name' => 'rciam_proxy_sid,rciam_google_proxy_sid, rciam_google_proxy_sid, rciam_facebook_proxy_sid, ' |
26 | 26 | . 'rciam_linkedin_proxy_sid, rciam_orcid_proxy_sid', |
27 | 27 | 'thirdParty' => false, |
28 | 28 | 'category' => 'Session', |
29 | 29 | 'purpose' => 'Preserve user session ID to retrieve session information', |
30 | | - ), |
31 | | - array( |
| 30 | + ], |
| 31 | + [ |
32 | 32 | 'type' => 'Preferences', |
33 | 33 | 'provider' => 'aai.rciam.eu', |
34 | 34 | 'name' => 'rciam_poweridpdisco_lastidp', |
35 | 35 | 'thirdParty' => false, |
36 | 36 | 'category' => 'Persistent', |
37 | 37 | 'purpose' => 'Preserve preferred IdP selection for SimpleSAMLphp IdP discovery service', |
38 | | - ), |
39 | | - array( |
| 38 | + ], |
| 39 | + [ |
40 | 40 | 'type' => 'Preferences', |
41 | 41 | 'provider' => 'aai.rciam.eu', |
42 | 42 | 'name' => 'rciam_poweridpdisco_remember', |
43 | 43 | 'thirdParty' => false, |
44 | 44 | 'category' => 'Persistent', |
45 | 45 | 'purpose' => 'Preserve preference whether to remember IdP selection for SimpleSAMLphp IdP discovery ' |
46 | 46 | . 'service', |
47 | | - ), |
48 | | - array( |
| 47 | + ], |
| 48 | + [ |
49 | 49 | 'type' => 'Session State', |
50 | 50 | 'provider' => 'aai.rciam.eu', |
51 | 51 | 'name' => 'rciam_co_registry_sid', |
52 | 52 | 'thirdParty' => false, |
53 | 53 | 'category' => 'Session', |
54 | 54 | 'purpose' => 'Preserve user session ID to retrieve session information', |
55 | | - ), |
56 | | - array( |
| 55 | + ], |
| 56 | + [ |
57 | 57 | 'type' => 'Preferences', |
58 | 58 | 'provider' => 'aai.rciam.eu', |
59 | 59 | 'name' => 'rciam_co_registry_tz', |
60 | 60 | 'thirdParty' => false, |
61 | 61 | 'category' => 'Persistent', |
62 | 62 | 'purpose' => 'Preserve preferred timezone selection for COmanage RCIAM Account Registry', |
63 | | - ), |
64 | | - array( |
| 63 | + ], |
| 64 | + [ |
65 | 65 | 'type' => 'Preferences', |
66 | 66 | 'provider' => 'aai.rciam.eu', |
67 | 67 | 'name' => 'i18next', |
68 | 68 | 'thirdParty' => false, |
69 | 69 | 'category' => 'Session', |
70 | 70 | 'purpose' => 'Preserve preferred language for RCIAM AAI OpenID Connect Provider', |
71 | | - ), |
72 | | - array( |
| 71 | + ], |
| 72 | + [ |
73 | 73 | 'type' => 'Session State', |
74 | 74 | 'provider' => 'aai.rciam.eu', |
75 | 75 | 'name' => 'JSESSIONID', |
76 | 76 | 'thirdParty' => false, |
77 | 77 | 'category' => 'Session', |
78 | 78 | 'purpose' => 'Preserve user session ID to retrieve session information', |
79 | | - ), |
80 | | - ), |
| 79 | + ], |
| 80 | + ], |
81 | 81 | 'enable_cookies_banner' => false, |
82 | 82 | 'ribbon_text' => '', |
83 | | -); |
| 83 | +]; |
0 commit comments