Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gfs/add privacy link #59

Merged
merged 2 commits into from
Apr 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gui/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
if (!TelemetryConfiguration.Active.DisableTelemetry)
{
<label for="TelemetryOpt">
<input type="checkbox" id="TelemetryOpt" checked /> Send usage data to Microsoft to help us improve our products.
<input type="checkbox" id="TelemetryOpt" checked /> Send usage data to Microsoft to help us improve our products. <a href="https://github.com/Microsoft/AttackSurfaceAnalyzer/blob/master/PRIVACY.md" target="_blank">Privacy</a>
</label>
}
else
Expand All @@ -51,5 +51,5 @@
</div>
<div class="spacer"></div>
<div id="moreInfo">
For more information, please visit our <a href="https://github.com/Microsoft/AttackSurfaceAnalyzer">GitHub</a> page to review the ASA user guide, documentation and source code.
For more information, please visit our <a href="https://github.com/Microsoft/AttackSurfaceAnalyzer" target="_blank">GitHub</a> page to review the ASA user guide, documentation and source code.
</div>