We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d03fdc commit 4225459Copy full SHA for 4225459
src/web/server.py
@@ -644,7 +644,7 @@ def set_extra_headers(self, path):
644
encoded_filename = urllib.parse.quote(filename, encoding='utf-8')
645
self.set_header('Content-Disposition', 'attachment; filename*=UTF-8\'\'' + encoded_filename + '')
646
647
- @check_authorization
+ @check_authorization_sync
648
def validate_absolute_path(self, root, absolute_path):
649
audit_name = get_audit_name_from_request(self)
650
user_id = identify_user(self)
0 commit comments