goaccess/resources/js
Gerardo O 6ff6aecb61 Enhance JWT handling with CSRF token support.
- Introduced `csrfToken` variable to store the CSRF token.
- Modified `fetchJWT` to extract and store CSRF token from the response.
- Updated `refreshJWT` to include `X-CSRF-TOKEN` in headers when present.
- Ensured consistent `Accept` and `Content-Type` headers for fetch requests.
- Added `referrerPolicy: 'no-referrer-when-downgrade'` for improved compatibility.

This improves security by ensuring CSRF protection for token refresh requests.
2025-03-31 19:06:43 -05:00
..
app.js Enhance JWT handling with CSRF token support. 2025-03-31 19:06:43 -05:00
charts.js Ensure JS comments are on their own line to avoid issues when minified. 2025-03-31 07:27:18 -05:00
d3.v7.min.js Upgraded to D3.js v7 including charts.js code. 2023-05-27 13:43:49 -05:00
hogan.min.js Bootstrapify HTML (initial stage). 2016-02-22 19:21:36 -06:00
topojson.v3.min.js Added World Map to the Geo Location panel on the HTML report. 2024-04-11 19:27:10 -05:00