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

Unified Diff: pages/filters/blocking.tmpl

Issue 29874607: Issue 6769 - Avoid hardcoding the URL (Closed)
Patch Set: Rebased Created Sept. 24, 2018, 1:37 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 | « pages/exceptions/xmlhttprequest.tmpl ('k') | pages/filters/element-hiding.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/filters/blocking.tmpl
diff --git a/pages/filters/blocking.tmpl b/pages/filters/blocking.tmpl
index 17d67d2400789799126be0432274083919798bd7..570611005c9373e0b7e6240017b22a75d2fb1775 100644
--- a/pages/filters/blocking.tmpl
+++ b/pages/filters/blocking.tmpl
@@ -18,7 +18,7 @@ template = testcase
<div class="testcase-content stripes-grey">Content</div>
</div>
<h3>Filters</h3>
- <pre>||testpages.adblockplus.org/testcasefiles/blocking/addresscomplete/image.jpg</pre>
+ <pre>||{{ site_url|strip_proto }}/testcasefiles/blocking/addresscomplete/image.jpg</pre>
</section>
<section class="site-panel">
@@ -39,5 +39,5 @@ template = testcase
<div class="testcase-content stripes-grey">Content</div>
</div>
<h3>Filters</h3>
- <pre>||testpages.adblockplus.org/testcasefiles/blocking/wildcard/*/image.jpg</pre>
+ <pre>||{{ site_url|strip_proto }}/testcasefiles/blocking/wildcard/*/image.jpg</pre>
</section>
« no previous file with comments | « pages/exceptions/xmlhttprequest.tmpl ('k') | pages/filters/element-hiding.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld