Bug 214288

Summary: [macOS] Do not update ScreenTime when in private browsing mode
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, cdumez, changseok, esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, jer.noble, philipj, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Eric Carlson 2020-07-13 17:28:09 PDT
Don't update ScreenTime when in private browsing mode
Comment 1 Eric Carlson 2020-07-13 17:28:51 PDT
<rdar://problem/63735067>
Comment 2 Eric Carlson 2020-07-13 21:18:10 PDT
Created attachment 404208 [details]
Patch
Comment 3 Alexey Proskuryakov 2020-07-14 07:29:23 PDT
Comment on attachment 404208 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=404208&action=review

> Source/WebCore/ChangeLog:3
> +        [macOS] Do not update ScreenTime when in private browsing mode

Why is this ok to do? This sounds like a complete bypass of private browsing restrictions.
Comment 4 Alexey Proskuryakov 2020-07-14 09:00:34 PDT
Comment on attachment 404208 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=404208&action=review

>> Source/WebCore/ChangeLog:3
>> +        [macOS] Do not update ScreenTime when in private browsing mode
> 
> Why is this ok to do? This sounds like a complete bypass of private browsing restrictions.

Sorry, I meant to say bypass of parental controls.
Comment 5 Alexey Proskuryakov 2020-07-14 09:04:18 PDT
I've been informed that private browsing can't be used under parental controls, so objection removed.
Comment 6 Eric Carlson 2020-07-14 09:32:13 PDT
Created attachment 404242 [details]
Patch
Comment 7 EWS 2020-07-14 11:07:28 PDT
Committed r264355: <https://trac.webkit.org/changeset/264355>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 404242 [details].