Skip to content

Commit fc88aa1

Browse files
authored
add noopener for security
1 parent e328f36 commit fc88aa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/dashboard/frontend/src/components/apis/APIExplorer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ const APIExplorer = () => {
814814
className="underline"
815815
target="_blank"
816816
href="https://nitric.io/docs/reference/nodejs/http/http"
817-
rel="noreferrer"
817+
rel="noopener noreferrer"
818818
>
819819
the Nitric HTTP Proxy
820820
</a>{' '}

0 commit comments

Comments
 (0)