Add rel="noopener noreferrer"
attributes to HTML anchor elements where target="_blank"
#269
Labels
bug
Something isn't working
The following files contain HTML anchor
<a>
elements wheretarget="blank"
:src/components/file_input.tsx
src/components/gps_coord_str.tsx
src/components/home.tsx
src/templates/doe_workflow_combustion_appliance_safety_tests.mdx
Adding
rel="noopener noreferrer"
protects against the target hijacking the user's web browser (e.g., by using malicious JavaScript).The text was updated successfully, but these errors were encountered: