Advertisement
Guest User

ss

a guest
Jun 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. {
  2. "policies":
  3. {
  4. "DisablePocket": true,
  5. "NoDefaultBookmarks": true,
  6. "Bookmarks": [],
  7. "SanitizeOnShutdown": true,
  8. "Permissions":
  9. {
  10. "Camera":
  11. {
  12. "BlockNewRequests": true,
  13. "Locked": false
  14. },
  15. "Microphone":
  16. {
  17. "BlockNewRequests": true,
  18. "Locked": false
  19. },
  20. "Location":
  21. {
  22. "BlockNewRequests": true,
  23. "Locked": false
  24. },
  25. "Notifications":
  26. {
  27. "BlockNewRequests": true,
  28. "Locked": false
  29. }
  30. },
  31. "Cookies":
  32. {
  33. "AcceptThirdParty": ["from-visited"],
  34. "ExpireAtSessionEnd": true,
  35. "RejectTracker": true,
  36. "Locked": false
  37. },
  38. "EnableTrackingProtection":
  39. {
  40. "Value": true,
  41. "Locked": false
  42. },
  43. "Homepage":
  44. {
  45. "URL": "about:blank",
  46. "Locked": false,
  47. "StartPage": ["homepage"]
  48. }
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement