- Introduced `auth.setup.js` to handle authentication against the live site and store the session state. - Created `live-race.spec.js` to test loading a live race page with an authenticated session, including cookie validation. - Added utility functions in `live-site-test-utils.js` for managing authentication, dismissing cookie banners, and checking UI states. - Included a temporary JSON file for live state inspection. - Updated deployment manifest to reflect new and modified files. - Implemented `_inc_faceai_identity.jsp` for managing FaceAI identity cookies and included it in relevant JSP files. - Added language management JavaScript in `lang.js`. - Adjusted `fotoCR-en.jsp` and `fotoCR.jsp` to include the FaceAI identity logic. - Created a tarball for staging deployment.
45 lines
No EOL
1.1 KiB
JSON
45 lines
No EOL
1.1 KiB
JSON
{
|
|
"cookies": [
|
|
{
|
|
"name": "JSESSIONID",
|
|
"value": "C78CCBD1771ACB52852817531958E96D",
|
|
"domain": "www.regalamiunsorriso.it",
|
|
"path": "/",
|
|
"expires": -1,
|
|
"httpOnly": true,
|
|
"secure": false,
|
|
"sameSite": "Lax"
|
|
},
|
|
{
|
|
"name": "_pk_id.6.42c1",
|
|
"value": "5710c1018f76b02c.1776585670.",
|
|
"domain": "www.regalamiunsorriso.it",
|
|
"path": "/",
|
|
"expires": 1810540870,
|
|
"httpOnly": false,
|
|
"secure": false,
|
|
"sameSite": "Lax"
|
|
},
|
|
{
|
|
"name": "_pk_ses.6.42c1",
|
|
"value": "1",
|
|
"domain": "www.regalamiunsorriso.it",
|
|
"path": "/",
|
|
"expires": 1776587471,
|
|
"httpOnly": false,
|
|
"secure": false,
|
|
"sameSite": "Lax"
|
|
},
|
|
{
|
|
"name": "g_state",
|
|
"value": "{\"i_l\":0,\"i_ll\":1776585670175,\"i_b\":\"TwramoDGp33YsAyHyO2OJCLtRobG3bzu5wR3/nYmZ0E\",\"i_e\":{\"enable_itp_optimization\":0},\"i_et\":1776585670056}",
|
|
"domain": "www.regalamiunsorriso.it",
|
|
"path": "/",
|
|
"expires": 1792137670,
|
|
"httpOnly": false,
|
|
"secure": false,
|
|
"sameSite": "Lax"
|
|
}
|
|
],
|
|
"origins": []
|
|
} |