You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Shynet sometime treat GPC header same as DNT header and sometimes ignores it.
GPC support should be somehow unified.
I see four approaches:
Always treat GPC as DNT.
Always ignore GPC.
Add settings per service to tread GPC as DNT.
Add global flag in django settings to treat GPC as DNT
I personally believe that option 3 is the best because it offers the most possibilities.
GPC is about selling and sharing user personal data. I suppose it doesn't forbid simple page view count.
The text was updated successfully, but these errors were encountered:
Right now Shynet sometime treat GPC header same as DNT header and sometimes ignores it.
GPC support should be somehow unified.
I see four approaches:
I personally believe that option 3 is the best because it offers the most possibilities.
GPC is about selling and sharing user personal data. I suppose it doesn't forbid simple page view count.
The text was updated successfully, but these errors were encountered: