mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
Merge branch 'bugfix-agent-encoding' into 'master'
Bugfix agent encoding Closes #247 See merge request ziirish/burp-ui!85
This commit is contained in:
commit
d8042c1f55
21 changed files with 399 additions and 273 deletions
|
|
@ -9,5 +9,10 @@ jQuery/Bootstrap
|
|||
|
||||
.. moduleauthor:: Ziirish <hi+burpui@ziirish.me>
|
||||
"""
|
||||
import sys
|
||||
|
||||
__title__ = 'burp-ui-agent'
|
||||
|
||||
if sys.version_info < (3, 0): # pragma: no cover
|
||||
reload(sys)
|
||||
sys.setdefaultencoding('utf-8')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue