Skip to content

Commit

Permalink
Update and fix link to MS privacy policy (#4638)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Jan 24, 2023
1 parent cde3212 commit d63e171
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Privacy.md
Expand Up @@ -15,7 +15,7 @@ information. Of course, we _do_ (at least temporarily) store their source code,
are transparent with what we do with their data. When making short links, we send an encoding of their source code for
storage, and again we must be clear how that process works. When compiling with some Microsoft compilers we send data to
the sister site www.godbolt.ms and that data is covered by
[Microsoft's Privacy Policy](https://privacy.microsoft.com/en-US/).
[Microsoft's Privacy Policy](https://go.microsoft.com/fwlink/?LinkId=521839).

Users have rights over the data they create: so in theory they could ask for any data stored on them to be removed. We
have no way of tracking data (a short link, perhaps) back to an individual user, and when I asked some experts on this
Expand Down
2 changes: 1 addition & 1 deletion etc/scripts/parsed_pug_file.js
Expand Up @@ -9,7 +9,7 @@ import path from 'path';
// just update the hash here.
const expectedHashes = {
cookies: '4bc6a34572c2eb78',
privacy: '014c73c485dd3625',
privacy: 'dcc79570ddaf4bd8',
};

function _execGit(command) {
Expand Down
2 changes: 1 addition & 1 deletion static/generated/privacy.pug
Expand Up @@ -51,7 +51,7 @@ html(lang="en")
| If you choose a Microsoft compiler, then your code may be sent to and compiled on a machine administrated by
| Microsoft. Such code is covered by the
|
a(href="https://privacy.microsoft.com/en-US/privacy.pug" target="_blank") Microsoft Privacy Policy.
a(href="https://go.microsoft.com/fwlink/?LinkId=521839" target="_blank") Microsoft Privacy Policy.

p
| The source code and options are also subject to a one-way hash, which is used to cache the results to speed up
Expand Down

0 comments on commit d63e171

Please sign in to comment.