Skip to content

Commit

Permalink
chore: prevent tweak injection to WebContent
Browse files Browse the repository at this point in the history
Temporary workaround to fix WebContent
  • Loading branch information
KpwnZ committed Dec 22, 2023
1 parent 5b1f6e8 commit 7a5c50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basebin/systemhook/src/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ bool shouldEnableTweaks(void) {
const char *tweaksDisabledPathSuffixes[] = {
// System binaries
"/usr/libexec/xpcproxy",

"WebContent",
// Dopamine app itself (jailbreak detection bypass tweaks can break it)
// "Dopamine.app/Dopamine",
"kfd.app/kfd",
Expand Down

0 comments on commit 7a5c50b

Please sign in to comment.