Commit f4e40ea6 authored by isandrk's avatar isandrk Committed by Commit bot

Public Sessions whitelisting - removed privacy sensitive permissions

BUG=649726

Review-Url: https://codereview.chromium.org/2394243002
Cr-Commit-Position: refs/heads/master@{#423827}
parent bc610ee3
...@@ -437,8 +437,8 @@ const char* const kSafePermissionStrings[] = { ...@@ -437,8 +437,8 @@ const char* const kSafePermissionStrings[] = {
"contentSettings", "contentSettings",
// Provides access to URLs. // Privacy sensitive URL access.
"contextMenus", // "contextMenus",
// This would provie access to auth cookies, so needs to be blocked. // This would provie access to auth cookies, so needs to be blocked.
// "cookies", // "cookies",
...@@ -512,8 +512,8 @@ const char* const kSafePermissionStrings[] = { ...@@ -512,8 +512,8 @@ const char* const kSafePermissionStrings[] = {
// However, keyboards and mice are apparently not surfaced via this API. // However, keyboards and mice are apparently not surfaced via this API.
"hid", "hid",
// Just URLs and meta data. // Privacy sensitive URL access.
"history", // "history",
// Not really useful as there's no signed-in user, so OK to allow. // Not really useful as there's no signed-in user, so OK to allow.
"identity", "identity",
...@@ -598,8 +598,8 @@ const char* const kSafePermissionStrings[] = { ...@@ -598,8 +598,8 @@ const char* const kSafePermissionStrings[] = {
// that serial input devices are exceedingly rare, OK to allow. // that serial input devices are exceedingly rare, OK to allow.
"serial", "serial",
// Access to URLs. // Privacy sensitive URL access.
"sessions", // "sessions",
"socket", "socket",
...@@ -629,11 +629,11 @@ const char* const kSafePermissionStrings[] = { ...@@ -629,11 +629,11 @@ const char* const kSafePermissionStrings[] = {
// for user consent or (2) return blank capture. // for user consent or (2) return blank capture.
// "tabCapture", // "tabCapture",
// URLs and page titles. // Privacy sensitive URL access.
"tabs", // "tabs",
// URLs and page titles. // Privacy sensitive URL access.
"topSites", // "topSites",
// Allows to generate TTS, but no content access. Just UX. // Allows to generate TTS, but no content access. Just UX.
"tts", "tts",
...@@ -660,8 +660,8 @@ const char* const kSafePermissionStrings[] = { ...@@ -660,8 +660,8 @@ const char* const kSafePermissionStrings[] = {
// Just UX. // Just UX.
"wallpaper", "wallpaper",
// Access to URLs. // Privacy sensitive URL access.
"webNavigation", // "webNavigation",
// Provides access to cookies and form upload data. Options: (1) block, // Provides access to cookies and form upload data. Options: (1) block,
// (2) strip all content in events. // (2) strip all content in events.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment