Skip to content

Commit

Permalink
Merge pull request #229 from lpmi-13/address_unsafe_links
Browse files Browse the repository at this point in the history
add attribute for unsafe links and fix protocol typo
  • Loading branch information
boyter authored Mar 1, 2021
2 parents 0d711ae + 65a879b commit b6188ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/sales/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ <h1 class="white">Pricing for searchcode server.</h1>
<tr>
<th scope="row"></th>
<td><div style="margin-top:14px;"><a id="communitydownload" href="https://searchcodeserver.com/searchcode-server-community.tar.gz" class="top20">Free Community Edition</a></div></td>
<td><a data-gumroad-single-product="true" target="_blank" class="gumroad-button" href="https://gum.co/spTnp">Buy now $99</a></td>
<td><a data-gumroad-single-product="true" target="_blank" class="gumroad-button" href="https://gum.co/XJVCH">Buy now $699</a></td>
<td><a data-gumroad-single-product="true" target="_blank" rel="noopener noreferrer" class="gumroad-button" href="https://gum.co/spTnp">Buy now $99</a></td>
<td><a data-gumroad-single-product="true" target="_blank" rel="noopener noreferrer" class="gumroad-button" href="https://gum.co/XJVCH">Buy now $699</a></td>
</tr>
</tbody>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<tr>
<td></td>
<td>Empty this field to reset. Should be in format similar to the below.
This format can be created using <a target="_blank"
This format can be created using <a target="_blank" rel="noopener noreferrer"
href="http://www.dailycoding.com/Utils/Converter/ImageToBase64.aspx">Online
Image to Base64 Converter</a>
but consider resizing the image to a height of 24 px first.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
</p>

<h3 id="estimatedcost">Estimated Cost</h3>
<p>The estimated cost for any file or project is created using the <a target="_blank"
<p>The estimated cost for any file or project is created using the <a target="_blank" rel="noopener noreferrer"
href="https://en.wikipedia.org/wiki/COCOMO">Basic
COCOMO</a>
algorithmic software cost estimation model. The cost reflected includes design, coding, testing,
Expand Down Expand Up @@ -957,7 +957,7 @@ String myHmac = HmacUtils.hmacSha512Hex(MYPRIVATEKEY, PARAMSTOHMAC);</textarea>
<#if isCommunity??>
<#if isCommunity == true>
You are using the community edition of searchcode server. As such you will be unable to change anything here. If you would like the ability to configure the settings page
you can purchase a copy at <a href="hhttps://searchcodeserver.com/pricing.html">https://searchcodeserver.com/pricing.html</a>
you can purchase a copy at <a href="https://searchcodeserver.com/pricing.html">https://searchcodeserver.com/pricing.html</a>
</#if>
</#if>

Expand Down

0 comments on commit b6188ce

Please sign in to comment.