add "referer" parameter to new task page
This commit is contained in:
parent
c21927428c
commit
e1cca4d772
|
@ -970,6 +970,11 @@
|
||||||
category: 'http',
|
category: 'http',
|
||||||
canUpdate: 'new|waiting|paused'
|
canUpdate: 'new|waiting|paused'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'referer',
|
||||||
|
category: 'http',
|
||||||
|
canUpdate: 'new'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 'header',
|
key: 'header',
|
||||||
category: 'http',
|
category: 'http',
|
||||||
|
|
Reference in a new issue