nrgyapp
nrgyapp
I've organized the patch with: ### Documentation (README.md): Explains the security improvements Provides migration guide Lists breaking changes (none in this case) ### Implementation (secure-template.js): Maintains lodash's style and API...
it only works with "sh -c echo Y | supabase db reset --linked"
I have the same issue. SItekit shouldn't have the option to automatically do this. They all should be disabled and should be optional under connected services.
I was able to disable this with this custom code in function : ```php add_action( 'wp_enqueue_scripts', 'disable_sitekit_ninja_forms_js' ); function disable_sitekit_ninja_forms_js() { // Check if Ninja Forms is active and the...