Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: issue-reporter.html

Issue 29595595: Issue 5975 - Allow report link to work in Firefox (Closed) Base URL: https://hg.adblockplus.org/adblockplusui/
Patch Set: Created Nov. 2, 2017, 1:28 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: issue-reporter.html
===================================================================
--- a/issue-reporter.html
+++ b/issue-reporter.html
@@ -87,17 +87,17 @@
<p id="sendReportMessage" class="i18n_issueReporter_sending"></p>
<div id="sendingProgressContainer">
<progress id="sendingProgress"></progress>
</div>
<p id="error" hidden></p>
- <iframe id="result" sandbox="allow-top-navigation-by-user-activation" hidden></iframe>
+ <iframe id="result" sandbox="allow-top-navigation" hidden></iframe>
</div>
<div class="modal" id="showDataOverlay" hidden>
<div class="modalContent">
<textarea id="showDataValue" readonly></textarea>
<button id="showDataClose" class="i18n_cancel primary"></button>
</div>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld