Merge pull request #7251 from mitchellh/sethvargo/referrer
Do not allow referrer modification
This commit is contained in:
commit
df231f2704
|
@ -24,8 +24,8 @@ description: |-
|
||||||
<a href="https://releases.hashicorp.com/vagrant/<%= latest_version %>/vagrant_<%= latest_version %>_SHA256SUMS.sig">
|
<a href="https://releases.hashicorp.com/vagrant/<%= latest_version %>/vagrant_<%= latest_version %>_SHA256SUMS.sig">
|
||||||
verify the checksums signature file
|
verify the checksums signature file
|
||||||
</a>
|
</a>
|
||||||
which has been signed using <a href="https://www.hashicorp.com/security.html" target="_TOP">HashiCorp's GPG key</a>.
|
which has been signed using <a href="https://www.hashicorp.com/security.html" target="_blank" rel="nofollow noopener noreferrer">HashiCorp's GPG key</a>.
|
||||||
You can also <a href="https://releases.hashicorp.com/vagrant/" target="_TOP">download older versions of Vagrant</a> from the releases service.
|
You can also <a href="https://releases.hashicorp.com/vagrant/" target="_blank" rel="nofollow noopener noreferrer">download older versions of Vagrant</a> from the releases service.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ description: |-
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<div class="poweredby">
|
<div class="poweredby">
|
||||||
<a href="https://www.fastly.com?utm_source=hashicorp" target="_TOP">
|
<a href="https://www.fastly.com?utm_source=hashicorp" target="_blank" rel="nofollow noopener noreferrer">
|
||||||
<%= image_tag "fastly_logo.png" %>
|
<%= image_tag "fastly_logo.png" %>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue