mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
url: Add missing companionCookiesRule option (#2898)
This commit is contained in:
parent
fa5d2ae11a
commit
2428a35cd3
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ module.exports = class Url extends Plugin {
|
|||
this.client = new RequestClient(uppy, {
|
||||
companionUrl: this.opts.companionUrl,
|
||||
companionHeaders: this.opts.companionHeaders || this.opts.serverHeaders,
|
||||
companionCookiesRule: this.opts.companionCookiesRule,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue