Search found 1 match
- Sun Nov 10, 2019 3:21 am
- Forum: NoScript Development
- Topic: webRequest w/requestBody causes problems with big text in multipart forms
- Replies: 1
- Views: 2614
webRequest w/requestBody causes problems with big text in multipart forms
When I send 1200000+ bytes of text in a multipart form, the request never ends if NoScript is enabled. Firefox 70.0.1. A simple web server in Go which demonstrates the problem (run it, open localhost:1234, paste some text and press the button): package main import ( "fmt" "io" &q...