mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 09:27:16 +02:00
Use rel="noopener" when appropriate
We're not vulnerable. But it's a good security practice. https://mathiasbynens.github.io/rel-noopener/ ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117240907
This commit is contained in:
parent
7e80b5646f
commit
46e02c6bd1
2 changed files with 3 additions and 3 deletions
|
@ -234,7 +234,7 @@
|
|||
<br><br>
|
||||
<a class="{css kd-button} {css kd-button-submit}"
|
||||
href="https://drive.google.com/a/googleregistry.co/folderview?id=0B-X8z5IcswtqNmw5ekx2bU51ckk&usp=sharing"
|
||||
target="_blank">View TLD information on Google Drive</a>
|
||||
target="_blank" rel="noopener">View TLD information on Google Drive</a>
|
||||
<h2><img src="/assets/images/folder.png">Billing details</h2>
|
||||
<p>
|
||||
Find information on all transaction activity behind your monthly invoices in this folder.
|
||||
|
@ -243,7 +243,7 @@
|
|||
<a id="reg-resources-driveLink"
|
||||
class="{css kd-button} {css kd-button-submit}"
|
||||
href="https://drive.google.com/a/googleregistry.co/folderview?id={$driveFolderId}&usp=sharing"
|
||||
target="_blank">View billing details on Google Drive</a>
|
||||
target="_blank" rel="noopener">View billing details on Google Drive</a>
|
||||
{else}
|
||||
<em>Your billing folder is pending allocation.</em>
|
||||
{/if}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<td class="{css setting}">
|
||||
<p>Your web console account is managed through
|
||||
<a href="https://www.google.com/accounts"
|
||||
target="_blank">Google account settings</a>.
|
||||
target="_blank" rel="noopener">Google account settings</a>.
|
||||
|
||||
<tr class="{css kd-settings-pane-section}">
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue