sandboxie-plus/Sandboxie

Waterfox with data protection enabled can't read your profile

Open

#3,790 创建于 2024年4月5日

在 GitHub 查看
 (18 评论) (0 反应) (1 负责人)C (1,985 fork)batch import
Help WantedToDo

仓库指标

Star
 (18,328 star)
PR 合并指标
 (平均合并 1天 17小时) (30 天内合并 8 个 PR)

描述

Describe what you noticed and did

  1. Install Waterfox outside of Sandboxie
  2. Enable all templates + force it to run in a sandbox
  3. Start the program, install some addons or something
  4. Close Waterfox
  5. Set the box type to one with data protection
  6. Start Waterfox and notice that it's now using a new profile. What gives?

Well as it turns out, the files "installs.ini" and "profiles.ini" are in this folder: %AppData%\Waterfox

For comparison, for Mozilla Firefox they are in this folder: C:\Users\User\AppData\Roaming\Mozilla\Firefox

For some reason that I can't quite understand, Waterfox seems to care about this file not being included while Firefox doesn't.

Possible solutions I can think of:

Way 1: Change Tmpl.Waterfox=%AppData%\Waterfox\Profiles\*

To

Tmpl.Waterfox=%AppData%\Waterfox\Profiles*

^ Seems to work anyway, then again I've learned over the years that this computer is cursed so I'm gonna do some more testing on this, and I'll edit that in if I figure anything out.

Way 2:

Add the files here:

[Template_Waterfox_Profile_DirectAccess]
Tmpl.Title=#4338,Waterfox
Tmpl.Class=WebBrowser
OpenFilePath=waterfox.exe,%Tmpl.Waterfox%\*
%AppData%\Waterfox\installs.ini
%AppData%\Waterfox\profiles.ini

Way 3:

Add a new template for data protection: [Template_Waterfox_Profile_DirectAccess_DP] Tmpl.Title=#4338,Waterfox Tmpl.Class=WebBrowser OpenFilePath=%AppData%\Waterfox\profiles.ini OpenFilePath=%AppData%\Waterfox\installs.ini

How often did you encounter it so far?

Whenever I run Waterfox with Data Protection

Expected behavior

The files should be included which means Data Protection will work as intended.

Affected program

Latest Waterfox

Download link

https://www.waterfox.net/

Where is the program located?

The program is installed only outside the sandbox.

Did the program or any related process close unexpectedly?

No, not at all.

Crash dump

No response

What version of Sandboxie are you running now?

1.13.4 64-bit

Is it a new installation of Sandboxie?

I just updated Sandboxie from a previous version (I remember which one it is).

Is it a regression from previous versions?

Nope

In which sandbox type you have this problem?

In a hardened sandbox with data protection (red sandbox icon).

Can you reproduce this problem on a new empty sandbox?

I can confirm it also on a new empty sandbox.

What is your Windows edition and version?

Windows 11 Education, but this also happened on Windows 10

In which Windows account you have this problem?

A Microsoft account (Administrator).

Please mention any installed security software

Windows Defender

Did you previously enable some security policy settings outside Sandboxie?

No response

Trace log

No response

Sandboxie.ini configuration

No response

贡献者指南