Skip to content

Commit

Permalink
Ensure private browsing data makes it through
Browse files Browse the repository at this point in the history
- Added private-browsing permission
- Included private field in lib/dataCollection.js
  • Loading branch information
squarewave committed May 23, 2017
1 parent 667fa28 commit 4535733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/dataCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ function rollUpEvents() {
userAction: event.docObj.userAction,
ctpVia: event.docObj.ctpVia, // TODO
docshellId: event.docObj.docshellId,
private: event.docObj.private,
'user-feedback': {},
flashObjs: [],
subDocs: [],
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
},
"title": "Plugin Safety",
"permissions": {
"multiprocess": true
"multiprocess": true,
"private-browsing": true
}
}

0 comments on commit 4535733

Please sign in to comment.