diff --git a/templates/vanilla-monterey.pkr.hcl b/templates/vanilla-monterey.pkr.hcl index 7c277f6..b07e129 100644 --- a/templates/vanilla-monterey.pkr.hcl +++ b/templates/vanilla-monterey.pkr.hcl @@ -102,10 +102,8 @@ build { "disown", "sleep 30", "kill -9 $SAFARI_PID", - // Enable Safari's remote automation and "Develop" menu + // Enable Safari's remote automation "sudo safaridriver --enable", - "defaults write com.apple.Safari.SandboxBroker ShowDevelopMenu -bool true", - "defaults write com.apple.Safari IncludeDevelopMenu -bool true", // Disable screen lock // // Note that this only works if the user is logged-in, diff --git a/templates/vanilla-sonoma.pkr.hcl b/templates/vanilla-sonoma.pkr.hcl index 4d665b3..c812797 100644 --- a/templates/vanilla-sonoma.pkr.hcl +++ b/templates/vanilla-sonoma.pkr.hcl @@ -112,10 +112,8 @@ build { "disown", "sleep 30", "kill -9 $SAFARI_PID", - // Enable Safari's remote automation and "Develop" menu + // Enable Safari's remote automation "sudo safaridriver --enable", - "defaults write com.apple.Safari.SandboxBroker ShowDevelopMenu -bool true", - "defaults write com.apple.Safari IncludeDevelopMenu -bool true", // Disable screen lock // // Note that this only works if the user is logged-in, diff --git a/templates/vanilla-ventura.pkr.hcl b/templates/vanilla-ventura.pkr.hcl index 8ce862a..ff0e5a0 100644 --- a/templates/vanilla-ventura.pkr.hcl +++ b/templates/vanilla-ventura.pkr.hcl @@ -108,10 +108,8 @@ build { "disown", "sleep 30", "kill -9 $SAFARI_PID", - // Enable Safari's remote automation and "Develop" menu + // Enable Safari's remote automation "sudo safaridriver --enable", - "defaults write com.apple.Safari.SandboxBroker ShowDevelopMenu -bool true", - "defaults write com.apple.Safari IncludeDevelopMenu -bool true", // Disable screen lock // // Note that this only works if the user is logged-in,