cconard96 / glpi-screenshot-plugin

Take a screenshot or screen recording directly from GLPI and attach it to a ticket, change or problem
GNU General Public License v2.0
5 stars 0 forks source link

Do not check auth for config ajax #41

Closed cconard96 closed 1 year ago

cconard96 commented 1 year ago

Checking the logged in user on the config AJAX would cause a failure when not logged in. This broke some unauthenticated pages like in Form Creator. Since the config returns only the preferred file formats, there isn't a need for this check.