Remove hard-coded Origin header
This commit is contained in:
parent
cf25e42664
commit
ae8615bec3
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ export class TwigsHttpService implements TwigsService {
|
|||
) { }
|
||||
|
||||
private options = {
|
||||
headers: new HttpHeaders({
|
||||
'Origin': window.location.href.split('/')[2]
|
||||
}),
|
||||
withCredentials: true
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue