Bug 255155 - Correct PDF Plugin descriptions returned by navigator.plugins[x].description
Summary: Correct PDF Plugin descriptions returned by navigator.plugins[x].description
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on: 254189
Blocks:
  Show dependency treegraph
 
Reported: 2023-04-07 09:51 PDT by Brent Fulgham
Modified: 2023-04-10 11:43 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2023-04-07 09:51:46 PDT
In Bug 254189 we corrected a bug where the name of the WebKit Built-in PDF plugin was localized for the user's settings, which confused some anti-fraud software because the specification requires the name to be in plain English text.

While that issue was fixed, the specification also requires a consistent English label, "Portable Document Format" be returned by the 'description' property of the plugin. This is currently localized in Safari, leading to some anti-fraud software failing.
Comment 1 Brent Fulgham 2023-04-07 09:52:22 PDT
<rdar://problem/107756651>
Comment 2 Brent Fulgham 2023-04-07 09:56:39 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12512
Comment 3 EWS 2023-04-10 11:43:14 PDT
Committed 262779@main (1cc30ed20c25): <https://commits.webkit.org/262779@main>

Reviewed commits have been landed. Closing PR #12512 and removing active labels.