Bug 242278 - Add ability to mask URLs in Error.stack
Summary: Add ability to mask URLs in Error.stack
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on: 238576
Blocks:
  Show dependency treegraph
 
Reported: 2022-07-01 16:41 PDT by Timothy Hatcher
Modified: 2022-10-04 11:54 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2022-07-01 16:41:58 PDT
In bug 238576 the ability to hide certain URLs from the DOM in JavaScript was added. We still need to block the URLs that appear in Error.stack.

<rdar://81991245>
Comment 1 Timothy Hatcher 2022-07-01 16:55:42 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2021
Comment 2 EWS 2022-07-07 17:37:44 PDT
Committed 252253@main (2aac2a8e244e): <https://commits.webkit.org/252253@main>

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