kopia lustrzana https://github.com/dgtlmoon/changedetection.io
11 wiersze
287 B
JavaScript
11 wiersze
287 B
JavaScript
![]() |
$(document).ready(function () {
|
||
|
$.ajaxSetup({
|
||
|
beforeSend: function (xhr, settings) {
|
||
|
if (!/^(GET|HEAD|OPTIONS|TRACE)$/i.test(settings.type) && !this.crossDomain) {
|
||
|
xhr.setRequestHeader("X-CSRFToken", csrftoken)
|
||
|
}
|
||
|
}
|
||
|
})
|
||
|
});
|
||
|
|