Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore Waterfox phishing template #1334

Merged
merged 1 commit into from
Oct 25, 2021
Merged

Restore Waterfox phishing template #1334

merged 1 commit into from
Oct 25, 2021

Conversation

APMichael
Copy link
Contributor

Removing the lines was not correct (#1309). The file "cert9.db" is still used in the current version of Waterfox. The file "blocklist.xml" is probably still used by older versions.

The problem was not because these files supposedly no longer exist, but because the variable could not be expanded due to a typo (capitalized F).

Wrong:
OpenFilePath=waterfox.exe,%Tmpl.WaterFox%\blocklist.xml
OpenFilePath=waterfox.exe,%Tmpl.WaterFox%\cert9.db

Correct:
OpenFilePath=waterfox.exe,%Tmpl.Waterfox%\blocklist.xml
OpenFilePath=waterfox.exe,%Tmpl.Waterfox%\cert9.db

Removing the lines was not correct (#1309). The file "cert9.db" is still used in the current version of Waterfox. The file "blocklist.xml" is probably still used by older versions.

The problem was not because these files supposedly no longer exist, but because the variable could not be expanded due to a typo (capitalized F).
@isaak654
Copy link
Collaborator

Thank you for noticing the mistake.

@isaak654 isaak654 marked this pull request as ready for review October 25, 2021 11:06
@isaak654 isaak654 merged commit d718fc7 into sandboxie-plus:master Oct 25, 2021
@APMichael APMichael deleted the patch-1 branch October 25, 2021 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants