This commit is contained in:
Pete Matsyburka
2025-09-24 15:45:04 +03:00
parent b64a84a362
commit cd83d918e5
9 changed files with 32 additions and 82 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ function mouseoverListener (event) {
const requestOptions = {
credentials: 'same-origin',
headers: { Accept: 'text/html, application/xhtml+xml', 'VND.PREFETCH': 'true' },
headers: { Accept: 'text/html, application/xhtml+xml', 'VND.PREFETCH': 'true', 'X-Turbo': 'true' },
method: 'GET',
redirect: 'follow'
}