Update privacy policy to account for removal of master branch (re: #7453)

This commit is contained in:
Quincy Morgan
2020-04-07 11:45:59 -07:00
parent 331150d956
commit e7fbc4bba7
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export function coreContext() {
let _deferred = new Set();
context.version = '2.17.2';
context.privacyVersion = '20191217';
context.privacyVersion = '20200407';
context.isFirstSession = !prefs('sawSplash') && !prefs('sawPrivacyVersion');