Bug 222224 - PCM: Turn the fraud prevention on by default
Summary: PCM: Turn the fraud prevention on by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jiewen Tan
URL:
Keywords: InRadar
Depends on:
Blocks: 221291
  Show dependency treegraph
 
Reported: 2021-02-19 23:10 PST by Jiewen Tan
Modified: 2021-02-20 15:01 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.28 KB, patch)
2021-02-19 23:20 PST, Jiewen Tan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jiewen Tan 2021-02-19 23:10:23 PST
Turn the fraud prevention on by default.
Comment 1 Jiewen Tan 2021-02-19 23:10:33 PST
<rdar://problem/73588234>
Comment 2 Jiewen Tan 2021-02-19 23:20:13 PST
Created attachment 421085 [details]
Patch
Comment 3 John Wilander 2021-02-20 09:18:30 PST
Comment on attachment 421085 [details]
Patch

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

r=me

> Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:722
> +      "HAVE(RSA_BSSA)": true

I've never see such a condition used before but if it works, it works.
Comment 4 Jiewen Tan 2021-02-20 14:39:37 PST
Comment on attachment 421085 [details]
Patch

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

Thanks John for r+ this patch.

>> Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:722
>> +      "HAVE(RSA_BSSA)": true
> 
> I've never see such a condition used before but if it works, it works.

I have tested it on both platforms. So it works!
Comment 5 EWS 2021-02-20 15:01:42 PST
Committed r273208: <https://commits.webkit.org/r273208>

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