Blur flag seems not works #2328
-
Hi all. I try disable blur in text retrival ... but seems blur can't be disable. Anyone see this too? I run in docker and try use .env file with BLUR options and map config/settings.yml in one local file to, setting "enable_blur: false" to .. but always blur stay enabled. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @mauroreggio, The quickest way to check is to output the settings value from the application. Could you use these instructions to open an application console and then run Also:
Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi Giacomo, buon pomeriggio (bel lavoro, grazie). Thanks for your help. 61801fafe6c1:/opt/PasswordPusher$ bin/pwpush console This means that the setting is ok ... maybe i understand bad what is "blur"? ... i only desire that when the other side receive the link not have to click on "blurred text" for watch at the content. In my mapped settings.yml file i only change blur option and remove all language that i not need. enable_blur: false The other that i say, but blur not can disable before to, is that i modify new.html.erb because i desire have a "minimal" starting page with only text sharing fields (remove password generator that i not need). I arrive at this workaround reading other Q&A not about this args (hope make right). |
Beta Was this translation helpful? Give feedback.
Not sure why the
settings.yml
setting didn't work but as for the environment variable, usePWP__PW__ENABLE_BLUR=false
. PWP__PW__BLUR was a typo in the settings.yml file - apologies.