Skip to content

Commit

Permalink
Added TRUST to the whitelist entry. URL Remaining matching improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaeleflorio committed Aug 28, 2018
1 parent e025863 commit ac58814
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 180 deletions.
3 changes: 2 additions & 1 deletion common/html/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ <h2> Type to add: </h2>

<div class="entry_spec_url">
<label for="url_remaining"> URL Remaining: </label>
<input type="text" id="url_remaining" name="path_query_fragment" size="64" value="" placeholder="e.g. /some/path?x=y#z. If empty match every resources.">
<em> If it terminates with a /, it matches every resource in that directory (including subdir). If empty every resource. Otherwise it matches the exact resource. </em>
<input type="text" id="url_remaining" name="path_query_fragment" size="64" value="" placeholder="e.g. /some/path?x=y#z.">
</div>

<div>
Expand Down

0 comments on commit ac58814

Please sign in to comment.