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

Unified Diff: pages/exceptions/subdocument.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/stylesheet.tmpl ('k') | pages/exceptions/xmlhttprequest.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/exceptions/subdocument.tmpl
diff --git a/pages/exceptions/subdocument.tmpl b/pages/exceptions/subdocument.tmpl
index d826468e9651e187fb6f450ad395a8ba942c1e60..400f0329e0db7727228710821b37e171d5fb7e61 100644
--- a/pages/exceptions/subdocument.tmpl
+++ b/pages/exceptions/subdocument.tmpl
@@ -26,6 +26,6 @@ template = testcase
</div>
</div>
<h3>Filters</h3>
- <pre>||testpages.adblockplus.org/testcasefiles/subdocumentexception/*</pre>
- <pre>@@testpages.adblockplus.org/testcasefiles/subdocumentexception/$subdocument</pre>
+ <pre>||{{ site_url|strip_proto }}/testcasefiles/subdocumentexception/*</pre>
+ <pre>@@{{ site_url|strip_proto }}/testcasefiles/subdocumentexception/$subdocument</pre>
</section>
« no previous file with comments | « pages/exceptions/stylesheet.tmpl ('k') | pages/exceptions/xmlhttprequest.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld