Recently I am getting a weird bug in KTD when I just try an item search an alert pops up with a 403 error and the table doesn't load any results. I thought it might be that I screwed up my environment somehow, but I tested it on a sandbox and get the same issue The browser console prints: ``` Failed to load resource: the server responded with a status of 403 (Forbidden) datatables_23.1200006.js:458 Got 403 (Forbidden) datatables_23.1200006.js:467 DataTables warning: table id=results - Ajax error. For more information about this error, please see http://datatables.net/tn/7 ``` so I thought it may be related to this bug: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34913