Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the issue where the HTML code was not being reflected #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ksg97031
Copy link

@ksg97031 ksg97031 commented Apr 4, 2023

I have fixed the issue where the HTML code was not being reflected and was instead being displayed as is. To enable printing, please replace the 'html.disable' flag with 'null'.

@@ -492,6 +492,7 @@ private JPanel buildDisplayPane()
panelTitle.setHorizontalAlignment(SwingConstants.LEFT);
JPanel basePanel = new JPanel();
basePanel.setLayout(new BorderLayout());
displayArea.putClientProperty("html.disable", null);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that client properties are removed when the UI changes. If Burp allows to dynamically change the L&F it will show the HTML after changing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants