Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/7ac77ecfcc9c29cb748b99e795aae670768f72db?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Send auth header with ajax requests

pull/2/head
Mark McDowall 12 years ago
parent 48c9e29eab
commit 7ac77ecfcc

@ -22,6 +22,10 @@ define(
delete xhr.data;
}
s if (xhr) {
xhr.headers = xhr.headers || {};
xhr.headers.Authorization = window.NzbDrone.ApiKey;
}
return original.apply(this, arguments);
};

Loading…
Cancel
Save