mod0BurpUploadScanner
mod0BurpUploadScanner copied to clipboard
Bug: Lack of line wrapping in the text editor stretches the UI to ridiculous sizes
Although #60 was fixed, the UI still stretches to a ridiculous size when a binary file is sent to the plugin. I believe this is due to the text editor being flexible in size and having no line wrapping. To prevent this from happening, it should be restricted in dimensions by the size of the parent container.

Temporary workaround: untick "Pretty print by default" under "User Options" -> "Display" -> "HTTP Message Display".