1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

Revert "clean api url paths from directory traversal (#539)"

This reverts commit ea29f580a5.
This commit is contained in:
Kyle Spearrin 2021-11-10 13:37:31 -05:00
parent ea29f580a5
commit 1b4a5508bd

View File

@ -1616,9 +1616,6 @@ export class ApiService implements ApiServiceAbstraction {
headers.set('User-Agent', this.customUserAgent);
}
// Clean path from directory traversal
path = path.split('../').join('');
const requestInit: RequestInit = {
cache: 'no-store',
credentials: this.getCredentials(),