mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user