зеркало из https://github.com/github/remote-form.git
remove unused header in tests
This commit is contained in:
Родитель
989b8d6424
Коммит
9775661b3c
|
@ -1,7 +1,6 @@
|
|||
function checker(request, response, next) {
|
||||
if (request.method === 'POST' && request.url === '/ok') {
|
||||
response.setHeader('content-type', 'text/html')
|
||||
response.setHeader('x-html-safe', 'NOT_EVEN_NONCE')
|
||||
response.writeHead(200)
|
||||
// eslint-disable-next-line github/unescaped-html-literal
|
||||
response.end('<b>Hello</b> world!')
|
||||
|
|
Загрузка…
Ссылка в новой задаче