production: # globally enable or disable sisyphus form protection sisyphus_enabled: true # models to exclude from the default enabled state # exclude_models: User,Post # models to include from the default disbaled state # include_models: User,Post development: sisyphus_enabled: true test: sisyphus_enabled: true