newinternetlabs / new-internet-extension

https://newinternetextension.com
Other
14 stars 4 forks source link

Apps opting-in to sandbox shouldn't have cookie warning on response #19

Closed larrysalibra closed 4 years ago

larrysalibra commented 4 years ago

When apps opt-in to the sandbox, cookies are removed both on request and response. Because apps often don't have control over the responses of servers, there's no need to show a warning that the app used cookies.

We can adjust the behavior of the notification so that when an app opts in to the sandbox, the cookie warning isn't displayed if a server tries to send cookies.

njordhov commented 4 years ago

Got cookies?

image

larrysalibra commented 4 years ago

@njordhov can you see what the cookie is? I'm not seeing any here

Screen Shot 2020-01-15 at 2 19 48 PM
njordhov commented 4 years ago

@njordhov can you see what the cookie is? I'm not seeing any here

Neither can I, but the Sandbox still reports:

image

PS: I disabled all other browser extensions. No cookies found in the network inspector either.

larrysalibra commented 4 years ago

These changes will be in the next release.