Repeated 'Restart Required' popups even when on latest version with Proofpoint
Categories
(Core :: IPC, defect)
Tracking
()
People
(Reporter: fabian-mozilla, Assigned: gerard-majax)
References
Details
Attachments
(10 files)
148.09 KB,
image/png
|
Details | |
9.93 KB,
text/plain
|
Details | |
1.20 KB,
text/plain
|
Details | |
1.35 KB,
text/plain
|
Details | |
164.28 KB,
image/png
|
Details | |
177.78 KB,
image/jpeg
|
Details | |
82.30 KB,
application/json
|
Details | |
336.46 KB,
application/x-gzip
|
Details | |
5.88 MB,
application/x-gzip
|
Details | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0
Steps to reproduce:
Repeatedly, at seemingly random times throughout the day Firefox opens a 'Restart Required' popup even if the latest version is installed. The popups keep coming after restarts. I have attached a screenshot of the popup and version window. There doesn't appear to be any relevant message in the Browser Console.
Firefox 125.0.2
macOS 14.4.1 Arm
Actual results:
Many 'Restart Required' popups.
Expected results:
At most one 'Restart Required' popup.
Comment 1•11 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Cocoa' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•11 months ago
|
Comment 2•11 months ago
|
||
Hi, thanks for the report! Can you please send over the following update logs?
Gets logs for the updater tool in Firefox
1. Navigate to about:config
.
2. Set app.update.log
to true.
3. Open the Browser Console either with the hotkey Control+Shift+J (Command+Shift+J on macOS), or via Hamburger Menu->More Tools->Browser Console
4. In the Filter textbox at the top, enter AUS:SVC to filter out everything except the update messages.
5. Navigate to the "Update" section of about:preferences. It should automatically check for an update.
6. Once the update check has completed, copy the messages out of the Browser Console and attach them to this bug.
Get logs from updater binary that actually applies the updates
1. Navigate to about:support
2. Find the "Update Folder" entry and click "Open Folder".
3. Open the updates directory.
4. Inside, you should find files named last-update.log
and backup-update.log
. Attach these files to this bug.
I'm also going to NI bytesized as they would know the most about this specific issue.
Reporter | ||
Comment 3•11 months ago
|
||
Reporter | ||
Comment 4•11 months ago
|
||
Reporter | ||
Comment 5•11 months ago
|
||
Reporter | ||
Updated•11 months ago
|
Reporter | ||
Updated•11 months ago
|
Reporter | ||
Comment 6•11 months ago
|
||
Thanks for the quick response. I've attached the three files. They look uninformative to my eye. I'll check them again once I get the next popup.
Comment 7•11 months ago
|
||
In general, this happens when Firefox has been updated by something while it was running. There are two known ways that this can happen:
- Launch another Firefox instance with another profile which applies a downloaded update, breaking the already-running instance(s).
- External software updates Firefox while it is running. This can include package management software, but can also includes virus protection and enterprise management software.
Do either of those seem like they could be happening in your situation?
Reporter | ||
Comment 8•11 months ago
|
||
Situation 1 doesn't apply. I'm the sole user of this machine and use only one profile. Also, there weren't any updates to download as I'm already on the latest version.
There could potentially be enterprise software interfering. I installed Firefox by downloading directly from Mozilla and not via any package management but I know that we have filescanners, firewalls. etc. What leaves me baffled is that I get the popup despite being on the latest version.
Comment 9•11 months ago
|
||
(In reply to fabian-mozilla from comment #8)
What leaves me baffled is that I get the popup despite being on the latest version.
That is surprising. When this happens next, could you check some information and report back? First, navigate to about:support
(navigation to about:
urls should continue to work, even when Firefox is in this state). What does the "Build ID" row say? Now open the installation directory (about:support
lists the "Application Binary" path, if you can't remember where you installed it). Locate and open the file application.ini
. There should be a row that says BuildID=...
. What is that build id? Does it match the one listed in about:support
?
After restarting the browser to get rid of the "Restart Required" page, please navigate back to about:support
and click the "Show Update History" button. Does it list an update as having been installed around the time that "Restart Required" was shown?
Reporter | ||
Comment 10•11 months ago
|
||
Here is the data you asked for:
about:support
Build ID: 20240419144423
application.ini
BuildID=20240419144423
The last actual update to 125.0.2 happened on the 23rd. I just keep getting these popups in a private(?) window at seemingly random times. Also there is nothing useful in the browser console when the popup comes.
Comment 11•11 months ago
|
||
Huh, how about that. It sounds like you aren't being updated improperly after all. I guess the "Restart Required" page is being shown incorrectly. In that case, I think this bug needs to be redirected to a different component.
Hopefully this component/needinfo will get the attention of the right people to help with this.
Assignee | ||
Comment 12•11 months ago
|
||
This would suggest something is crashing early? Anything in about:crashes
? We check against platform.ini
https://searchfox.org/mozilla-central/rev/279e588a6d5fcb2f652fc26345ddb2a3b4d58b0e/dom/base/nsFrameLoader.cpp#3662 can you triple check its content?
Assignee | ||
Comment 13•11 months ago
|
||
(In reply to fabian-mozilla from comment #8)
There could potentially be enterprise software interfering. I installed Firefox by downloading directly from Mozilla and not via any package management but I know that we have filescanners, firewalls. etc. What leaves me baffled is that I get the popup despite being on the latest version.
Could one of those be somehow blocking our reading of platform.ini
?
Reporter | ||
Comment 14•10 months ago
|
||
There is nothing in about:crashes
. Also the console seems to be surprisingly silent. Only the following four lines stood out to me:
09:06:19.578 AUS:SVC UpdateService.canUsuallyCheckForUpdates - able to check for updates
09:06:50.002 AUS:SVC UpdateManager:_loadXMLFileIntoArray - XML file does not exist. path: /Users/fklotzl/Library/Caches/Mozilla/updates/Applications/Firefox/active-update.xml
09:06:50.002 AUS:SVC UpdateManager:UpdateManager - Initialized downloadingUpdate to null
09:06:50.002 AUS:SVC UpdateManager:UpdateManager - Initialized readyUpdate to null
The platform.ini
is fine and contains the build id as written by the latest update:
$ ll /Applications/Firefox.app//Contents/Resources/platform.ini
-rw-rw-r--@ 1 fklotzl admin 167 23 Apr 16:26 /Applications/Firefox.app//Contents/Resources/platform.ini
$ cat /Applications/Firefox.app//Contents/Resources/platform.ini
[Build]
BuildID=20240419144423
Milestone=125.0.2
SourceRepository=https://hg.mozilla.org/releases/mozilla-release
SourceStamp=c5ee44e4135571bec3220340242f9189c59ca5ba
Assignee | ||
Comment 15•10 months ago
|
||
What about those enterprise software? No OOM situation either? Does it still reproduces after rebooting for example?
Assignee | ||
Comment 16•10 months ago
|
||
Also, does it means you cannot absolutely use the browser ? Or are you able to get some content process to work ? What does about:processes
looks like if you can get to that? Are you able to get about:support
?
Reporter | ||
Comment 17•10 months ago
|
||
Mostly I can work fine. Just every few hours I get a popup claiming I should restart when clearly nothing was installed.
Does it still reproduces after rebooting for example?
I restarted my laptop. Will let you know when I get the next popup.
Reporter | ||
Comment 18•10 months ago
|
||
Opening my laptop this morning I again was greeted with the request to restart.
Reporter | ||
Comment 19•10 months ago
|
||
Here is the only information in the console at that time. Looks boring:
09:27:00.570 AUS:SVC CheckerService:checkForUpdates - checkType: 2
09:27:00.570 AUS:SVC CheckerService:checkForUpdates - Making new check request for check id 2.
09:27:00.571 AUS:SVC CheckerService:getUpdateURL - checkType: 2
09:27:00.572 AUS:SVC CheckerService:getUpdateURL - update URL: https://aus5.mozilla.org/update/6/Firefox/125.0.3/20240425211020/Darwin_aarch64-gcc3/en-GB/release/Darwin%252023.4.0/ISET%3ANEON%2CMEM%3A32768/default/default/update.xml?force=1
09:27:00.572 AUS:SVC CheckerService:#updateCheck - sending request to: https://aus5.mozilla.org/update/6/Firefox/125.0.3/20240425211020/Darwin_aarch64-gcc3/en-GB/release/Darwin%252023.4.0/ISET%3ANEON%2CMEM%3A32768/default/default/update.xml?force=1
09:27:00.681 AUS:SVC CheckerService:#updateCheck - request got 'load' event
09:27:00.681 AUS:SVC CheckerService:#updateCheck - request completed downloading document
09:27:00.681 AUS:SVC CheckerService:#updateCheck - number of updates available: 0
If there are no updates available there shouldn't be a popup, right?
Assignee | ||
Comment 20•10 months ago
|
||
(In reply to fabian-mozilla from comment #19)
Here is the only information in the console at that time. Looks boring:
09:27:00.570 AUS:SVC CheckerService:checkForUpdates - checkType: 2
09:27:00.570 AUS:SVC CheckerService:checkForUpdates - Making new check request for check id 2.
09:27:00.571 AUS:SVC CheckerService:getUpdateURL - checkType: 2
09:27:00.572 AUS:SVC CheckerService:getUpdateURL - update URL: https://aus5.mozilla.org/update/6/Firefox/125.0.3/20240425211020/Darwin_aarch64-gcc3/en-GB/release/Darwin%252023.4.0/ISET%3ANEON%2CMEM%3A32768/default/default/update.xml?force=1
09:27:00.572 AUS:SVC CheckerService:#updateCheck - sending request to: https://aus5.mozilla.org/update/6/Firefox/125.0.3/20240425211020/Darwin_aarch64-gcc3/en-GB/release/Darwin%252023.4.0/ISET%3ANEON%2CMEM%3A32768/default/default/update.xml?force=1
09:27:00.681 AUS:SVC CheckerService:#updateCheck - request got 'load' event
09:27:00.681 AUS:SVC CheckerService:#updateCheck - request completed downloading document
09:27:00.681 AUS:SVC CheckerService:#updateCheck - number of updates available: 0If there are no updates available there shouldn't be a popup, right?
Could you please reply to all the other questions above ?
Reporter | ||
Comment 21•10 months ago
|
||
Apologies, here are more detailed answers. Thanks a lot for your support and patience.
What about those enterprise software?
Will ask our support.
No OOM situation either?
No, there is gigs of memory available at any one time.
Does it still reproduces after rebooting for example?
Yes.
Also, does it means you cannot absolutely use the browser?
Firefox works alright. It just opens a new window once in a while. I googled for a while but didn't find a way to resolve that myself, hence the ticket.
Or are you able to get some content process to work? What does about:processes looks like if you can get to that?
I'll attach a screenshot.
Are you able to get about:support?
Yes. Anything specific you are interested in?
Reporter | ||
Comment 22•10 months ago
|
||
Assignee | ||
Comment 23•10 months ago
|
||
(In reply to fabian-mozilla from comment #21)
Are you able to get about:support?
Yes. Anything specific you are interested in?
Not really, I think the whole would maybe give hints?
Reporter | ||
Comment 24•10 months ago
|
||
Assignee | ||
Comment 25•10 months ago
|
||
i think we need to find a clear way to disambiguate what happens: are we crashing early enough, and if so what kind of information can macOS provide us? are we getting killed?
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Comment 26•10 months ago
|
||
It looks like you could set OSCrashReporter
within Firefox' plist
via the defaults
[https://ss64.com/mac/defaults.html] tool, so we allow you to see the macOS crash reporter. Hopefully, you could correlate the about:restartrequired
content being displayed with macOS crash reporter.
Reporter | ||
Comment 27•10 months ago
|
||
Ok, I wasn't sure which value to use so I just set OSCrashReport to 1. Let's see what happens.
defaults write ~/Library/Preferences/org.mozilla.firefox OSCrashReporter 1
Reporter | ||
Comment 28•10 months ago
|
||
I'm not sure that crash reporter did anything but I have some news nonetheless. Recently our VPN client updated to Cisco Secure Client and now I reproducibly get a few popups whenever I change network. Turning VPN on or off, changing from wifi to wired all trigger the popups. Smells like the network connection is lost for a short moment triggering the popups?
Assignee | ||
Comment 29•10 months ago
|
||
(In reply to fabian-mozilla from comment #28)
I'm not sure that crash reporter did anything but I have some news nonetheless. Recently our VPN client updated to Cisco Secure Client and now I reproducibly get a few popups whenever I change network. Turning VPN on or off, changing from wifi to wired all trigger the popups. Smells like the network connection is lost for a short moment triggering the popups?
How much reliable is it? Do you have a way to disable / uninstall Cisco Secure Client, temporarily (making sure it does not intercept anything / load kernel modules) ? Would the update of this VPN client be consistent with the issue starting ?
Assignee | ||
Comment 30•10 months ago
|
||
Kershaw, I saw (by pure luck, i have to admit) that bug 1853497 was still there. Could it be related to the present issue ?
Comment 31•10 months ago
|
||
(In reply to :gerard-majax from comment #30)
Kershaw, I saw (by pure luck, i have to admit) that bug 1853497 was still there. Could it be related to the present issue ?
Probably not, because the patch in bug 1853497 was backed out again.
(In reply to fabian-mozilla from comment #28)
I'm not sure that crash reporter did anything but I have some news nonetheless. Recently our VPN client updated to Cisco Secure Client and now I reproducibly get a few popups whenever I change network. Turning VPN on or off, changing from wifi to wired all trigger the popups. Smells like the network connection is lost for a short moment triggering the popups?
Reporter, could you try to record a http log while turning VPN on and off? Could you also attach some screenshots for the popups you see?
Thanks.
Assignee | ||
Comment 32•10 months ago
|
||
(In reply to Kershaw Chang [:kershaw] from comment #31)
(In reply to :gerard-majax from comment #30)
Kershaw, I saw (by pure luck, i have to admit) that bug 1853497 was still there. Could it be related to the present issue ?
Probably not, because the patch in bug 1853497 was backed out again.
Yes, well, maybe not exactly the same bug, but there seems to be similarities?
(In reply to fabian-mozilla from comment #28)
I'm not sure that crash reporter did anything but I have some news nonetheless. Recently our VPN client updated to Cisco Secure Client and now I reproducibly get a few popups whenever I change network. Turning VPN on or off, changing from wifi to wired all trigger the popups. Smells like the network connection is lost for a short moment triggering the popups?
Reporter, could you try to record a http log while turning VPN on and off? Could you also attach some screenshots for the popups you see?
Thanks.
I think the "popup" is the screenshot shared in the first comment, i.e., about:restartrequired
Reporter | ||
Comment 33•10 months ago
|
||
I've attached a HTTP log. These days going from wired to wlan or vice-versa is enough to trigger the popup. For the log I started logging, unplugged the cable, popup came and stopped logging.
Hope this helps.
Assignee | ||
Comment 34•10 months ago
|
||
(In reply to fabian-mozilla from comment #33)
Created attachment 9402330 [details]
log.txt-main.87968.moz_log.gzI've attached a HTTP log. These days going from wired to wlan or vice-versa is enough to trigger the popup. For the log I started logging, unplugged the cable, popup came and stopped logging.
Hope this helps.
Just to make it clear, you switched networks with or without your VPN client still active ?
Assignee | ||
Updated•10 months ago
|
Reporter | ||
Comment 35•10 months ago
|
||
Apologies for the slow reply. Above log contains one network switch without vpn.
To make things a bit easier I have added another log with multiple network changes. Each one triggered a restartrequired page. The changes were:
wifi, vpn off -> wired, vpn off -> wired, vpn on -> wired, vpn off -> wifi vpn off
For some reason those steps triggered five restartrequired pages. So what ever we are looking for should be in the vpn.log four or five times.
Assignee | ||
Comment 36•10 months ago
|
||
Do you reproduce without the vpn active or even installed ?
Reporter | ||
Comment 37•10 months ago
|
||
I can try but this is a work computer and I have limited control.
Assignee | ||
Comment 38•10 months ago
|
||
Of course, but we need to know if it's related to that specific Cisco client or not. People managing your system are aware of that issue ?
Comment 39•10 months ago
|
||
(In reply to fabian-mozilla from comment #35)
Created attachment 9403029 [details]
vpn.log.gzApologies for the slow reply. Above log contains one network switch without vpn.
To make things a bit easier I have added another log with multiple network changes. Each one triggered a restartrequired page. The changes were:
wifi, vpn off -> wired, vpn off -> wired, vpn on -> wired, vpn off -> wifi vpn off
For some reason those steps triggered five restartrequired pages. So what ever we are looking for should be in the vpn.log four or five times.
Thanks for the log.
However, I am not able to find the reason why the restartrequired
page shows from the log. I've seen two http requests to push.services.mozilla.com
failed, but I don't think that's the reason.
Maybe this is related to bug 1884349 that I am currently working on, so I might ask you to test again when that bug fixed.
Reporter | ||
Comment 40•9 months ago
|
||
Sure, let me know if there are more experiments to run. I'm also working with our IT department to circle in on the issue.
Reporter | ||
Comment 41•9 months ago
|
||
Our IT has been looking into this issue. Apparently some external tool called proofpoint is messing with firefox. I'll close this ticket as invalid. Thanks for all the support!
Assignee | ||
Comment 42•9 months ago
|
||
We are interested in knowing more about that, can you share details? Can be in private if required.
Reporter | ||
Comment 43•9 months ago
|
||
Sure, I'll forward your request to our IT support.
Updated•9 months ago
|
Assignee | ||
Comment 44•8 months ago
|
||
Gentle ping, have you got more details you can share with us?
Reporter | ||
Comment 45•8 months ago
|
||
The issue is with an internal threats management software called proofpoint. The current workaround by IT security is to turn off the websecurity feature of proofpoint. As this is not a proper fix I have raised a new ticket with IT to keep digging and give you more feedback once the cause is found. Apologies for the wait.
Updated•8 months ago
|
Reporter | ||
Comment 48•7 months ago
|
||
Unfortunately no progress to report. The current "fix" is still to deactivate the ProofPoint web security.
Assignee | ||
Comment 49•7 months ago
|
||
(In reply to fabian-mozilla from comment #48)
Unfortunately no progress to report. The current "fix" is still to deactivate the ProofPoint web security.
Thanks for keeping us uptodate. As you can see there are now other reports where ProofPoint is also suspected, so maybe we can make progress on our side as well.
Reporter | ||
Comment 50•7 months ago
|
||
As you can see there are now other reports …
I strongly suspect that the author of https://bugzilla.mozilla.org/show_bug.cgi?id=1906961 and me work for the same organization. I tried to contact them via our internal channels but at the moment their status is shown as out of office. Hopefully we will know more once they are back from vacation.
Comment 51•7 months ago
|
||
I tried to reach a Proofpoint Web Security developer about this issue, I hope we can collaborate.
Comment 52•7 months ago
|
||
(In reply to Yannis Juglaret [:yannis] from comment #51)
I tried to reach a Proofpoint Web Security developer about this issue, I hope we can collaborate.
@yannis Have you heard anything back?
Comment 53•6 months ago
•
|
||
I had my IT support contact Proofpoint regarding this issue. They responded with the following:
This is a known limitation with FireFox. Other browser such as Chrome or Edge can update the Proxy settings dynamically when needed (update to Traffic Steering Rule or stop/start of WS proxy). Firefox cannot do this, to apply the change necessary to work the FireFox browser needs to restart.
Sounds like a potential feature that could be introduced to Firefox that Proofpoint would be able to take advantage of?
Comment 54•6 months ago
|
||
Oh. I very much understood that we were failing to start new processes because of Proofpoint. Now it sounds more like this software is just requesting that we open a tab with about:restartrequired
. I am not really happy with external software being able to do that. That's not appropriate. It gives the user the incorrect impression that Firefox has been updated. It gives the incorrect impression that Firefox cannot just continue to be used (since that's what happens when we show this page normally). It is most likely possible for the about:restartrequired
tab to be restored with session restore, which is horrible and ugly.
I am strongly inclined to say that we should prevent external software from just requesting that we load this URL.
Comment 55•6 months ago
|
||
I don't disagree with you. However, I have run into cases where Proofpoint did actually need to change the proxy settings, and I wasn't able to connect to any sites in Firefox until I restarted Firefox -- I got an error that specifically called out not being about to connect to the proxy server. (Is that what you meant when you said "failing to start new processes because of Proofpoint"?)
Proofpoint did also say they would attempt to reduce the frequency at which they request a restart. I have a feeling they attempt to set the proxy server in response to any number of system events, including anything that might alter your network settings, like plugging/unplugging from a dock. I also have a feeling they don't check the old proxy settings before pushing new proxy settings, then claiming you need a restart. I'm hoping they figure out a way to only request a restart when the proxy settings actually change, because I've only run into the above problem a handful of times over the couple months since I had Proofpoint enabled on my PC.
Assignee | ||
Comment 56•6 months ago
|
||
Thanks, maybe there's something we can do here...
Comment 58•6 months ago
|
||
(In reply to Luke Georgalas from comment #55)
I got an error that specifically called out not being about to connect to the proxy server. (Is that what you meant when you said "failing to start new processes because of Proofpoint"?)
No, that sounds like something different. And Proofpoint is absolutely welcome to show their own UI asking you to restart Firefox. Or open their own website that explains this in Firefox. But I am much less keen on them asking Firefox to open a page that says that Firefox was updated when it absolutely was not.
@mkaply Comment 53 contains what looks like an enterprise feature request. Is this one we already know about? If you'd like me to file a bug for it or something, please let me know.
Comment 59•6 months ago
|
||
We don't currently support dynamic policy settings. It's something we've talked about, but it's basically a rearchitecting of how Firefox (and our policies) work.
I'm curious why the proxy is changing this much?
There might be a way to just have the proxy policy dynamically update on some interval...
Comment 60•6 months ago
|
||
(In reply to Mike Kaply [:mkaply] from comment #59)
We don't currently support dynamic policy settings. It's something we've talked about, but it's basically a rearchitecting of how Firefox (and our policies) work.
I'm curious why the proxy is changing this much?
There might be a way to just have the proxy policy dynamically update on some interval...
The times I get these requests to restart Firefox is after I've done something that affects my network configuration. For example, when I plug my laptop into my dock, it changes from wireless to wired network, and vice versa. Today I'm WFH, so I connected to our VPN, so I got the popup. I actually only rarely WFH, so today might be the first day I've connected to my VPN since I installed Proofpoint (or rather had it installed for me). I encountered the problem again just now. After I connected the VPN, the restart request appeared, and when I tried to navigate to a site, I got an error about incorrect proxy settings. After restarting Firefox, I was able to browse again.
Comment 61•6 months ago
|
||
Thank you. I'll see what I can do.
Comment 62•6 months ago
|
||
(In reply to Robin Steuber (she/her) [:bytesized] from comment #54)
It is most likely possible for the
about:restartrequired
tab to be restored with session restore, which is horrible and ugly.
Yeah, testing confirms that is the case. With session restore enabled, after opening a tab to about:restartrequired
and clicking the 'Restart Firefox' button, we continually display the about:restartrequired page so a user would have to know to ignore it at some point.
Updated•6 months ago
|
Comment 63•6 months ago
|
||
(In reply to Haik Aftandilian [:haik] from comment #62)
(In reply to Robin Steuber (she/her) [:bytesized] from comment #54)
It is most likely possible for the
about:restartrequired
tab to be restored with session restore, which is horrible and ugly.Yeah, testing confirms that is the case. With session restore enabled, after opening a tab to
about:restartrequired
and clicking the 'Restart Firefox' button, we continually display the about:restartrequired page so a user would have to know to ignore it at some point.
That's probably bug 1681829.
Reporter | ||
Comment 64•2 months ago
|
||
Quick update, proofpoint has update their agent so that it requires less restarts and opens fewer annoying windows. Still not perfect, but I'm happy to accept it.
Reporter | ||
Comment 65•1 month ago
|
||
Closing as invalid as Firefox is not the perpetrator.
Assignee | ||
Comment 66•1 month ago
|
||
I'd still like we track that and maybe find some way to avoid that kind of disruption
Assignee | ||
Updated•1 month ago
|
Comment 67•1 month ago
|
||
Is further discussion about dynamic policy settings either not going to happen or is beyond the scope of this bug?
Assignee | ||
Comment 68•1 month ago
|
||
(In reply to Luke Georgalas from comment #67)
Is further discussion about dynamic policy settings either not going to happen or is beyond the scope of this bug?
I guess mkaply would know
Comment 69•1 month ago
|
||
I'd love to at some point, but it's not on our radar.
It's out of scope for this bug though.
I'll open a new bug.
Assignee | ||
Updated•1 month ago
|
Comment 70•1 month ago
|
||
Assignee | ||
Comment 71•3 days ago
|
||
Description
•