Closed Bug 1863613 Opened 11 months ago Closed 11 months ago

RFP no longer protects pdfViewerEnabled, plugins or mimeTypes

Categories

(Core :: DOM: Core & HTML, defect)

Firefox 121
defect

Tracking

()

RESOLVED INVALID
Tracking Status
firefox-esr115 --- unaffected
firefox119 --- wontfix
firefox120 --- wontfix
firefox121 --- wontfix

People

(Reporter: thorin, Unassigned)

References

(Regression)

Details

(Keywords: regression)

Bug 1756280 when RFP is enabled, always return hardcoded values for plugins and mimeTypes, and pdfViewerEnabled as true

STR

Regression: Bug 1838415

expected hash: 91073152

{
  "mimeTypes": [
    "application/pdf: application/pdf: pdf",
    "text/pdf: text/pdf: pdf"
  ],
  "pdfViewerEnabled": true,
  "plugins": [
    "PDF Viewer: internal-pdf-viewer: Portable Document Format",
    "Chrome PDF Viewer: internal-pdf-viewer: Portable Document Format",
    "Chromium PDF Viewer: internal-pdf-viewer: Portable Document Format",
    "Microsoft Edge PDF Viewer: internal-pdf-viewer: Portable Document Format",
    "WebKit built-in PDF: internal-pdf-viewer: Portable Document Format"
  ]
}

unexpected hash: beccb452

{
  "mimeTypes": "none",
  "pdfViewerEnabled": false,
  "plugins": "none"
}
Flags: needinfo?(tom)

FYI: moz-regression specifically output the following

Bug 1838415 - Introduce RFPTarget::MouseEventScreenPoint. r=tjr

edit: this is more likely

Keywords: regression
Regressed by: 1838415

Set release status flags based on info from the regressing bug 1838415

If this is an intended change in behavior for Firefox users, then close as invalid and we will lock the pref in Tor Browser

Yes, this is intentional, I don't recall explicitly what prompted us to revert this, but it aligns with this norm: https://gitlab.torproject.org/tpo/applications/tor-browser-spec/-/wikis/RFP-Behavior#do-we-override-settings-and-preferences

Status: NEW → RESOLVED
Closed: 11 months ago
Flags: needinfo?(tom)
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.