Allow links clicking in `VISUALIZATION` tab
@ mention of reviewers`
@Didayolo`
A brief description of the purpose of the changes contained in this PR.
It was not possible to click links in the VISUALIZATION tab of a submission because of an iframe property sandbox
. Now this property is removed to allow clicking links.
Issues this PR resolves
A checklist for hand testing
-
In the detailed result file write a link e.g. html_file.write("<p><a href='https://www.google.com/' target='_blank'>Click this link</a></p>")
-
Test that you should NOT be able to click the link (without these changes) -
Test that you should be able to click the link (with these changes)
Checklist
-
Code review by me -
Hand tested by me -
I'm proud of my work -
Code review by reviewer -
Hand tested by reviewer -
CircleCi tests are passing -
Ready to merge