diff --git a/lms/static/js/demographics_collection/DemographicsCollectionModal.jsx b/lms/static/js/demographics_collection/DemographicsCollectionModal.jsx index ad86afac49ba7310ce054d84ab80c53faeb1fb7c..59aa7f40a8d194429d24574000c29c25b01863a8 100644 --- a/lms/static/js/demographics_collection/DemographicsCollectionModal.jsx +++ b/lms/static/js/demographics_collection/DemographicsCollectionModal.jsx @@ -274,7 +274,7 @@ class DemographicsCollectionModal extends React.Component { <br /> <span className="fa fa-info-circle" /> {/* Need to strip out extra '"' characters in the marketingSiteBaseUrl prop or it tries to setup the href as a relative URL */} - <a className="pl-3" href={`${this.props.marketingSiteBaseUrl}/demographics`.replace(/"/g, "")}> + <a className="pl-3" target="_blank" rel="noopener" href={`${this.props.marketingSiteBaseUrl}/demographics`.replace(/"/g, "")}> {gettext('Why does edX collect this information?')} </a> <br />