Bug 272272
| Summary: | `extension.isAllowedIncognitoAccess` always returns true | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos J. <carlosj-webkit-bugzilla> |
| Component: | WebKit Extensions | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ahmad.saleem792, timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 17 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos J.
Even when incognito access is disabled (or not actively enabled), `extension.isAllowedIncognitoAccess` will always return `true`.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/126009794>
Ahmad Saleem
@Calos - is it something recently started happening?
Carlos J.
@Ahmad My initial assumption is non-regression. Yet I do not have any historical information at hand for this.
Timothy Hatcher
This has been fixed in WebKit and Safari Technology Preview 192. https://github.com/WebKit/WebKit/blob/main/Source/WebKit/UIProcess/Extensions/Cocoa/API/WebExtensionContextAPIExtensionCocoa.mm#L39
*** This bug has been marked as a duplicate of bug 262848 ***