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

Unified Diff: pages/filters/webrtc.tmpl

Issue 29874607: Issue 6769 - Avoid hardcoding the URL (Closed)
Patch Set: Created Sept. 4, 2018, 4:23 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
Index: pages/filters/webrtc.tmpl
diff --git a/pages/filters/webrtc.tmpl b/pages/filters/webrtc.tmpl
index 15243d622ec5afe84a304377a1111e8099af439e..7dd5a21c9e53fbd8ffefa1a57f5862ec73776896 100644
--- a/pages/filters/webrtc.tmpl
+++ b/pages/filters/webrtc.tmpl
@@ -99,5 +99,5 @@ document.addEventListener('DOMContentLoaded', do_connect, false);
</div>
</div>
<h3>Filters</h3>
- <pre>$webrtc,domain=testpages.adblockplus.org</pre>
+ <pre>$webrtc,domain={{ site_url|strip_proto }}</pre>
</section>

Powered by Google App Engine
This is Rietveld