notes icon indicating copy to clipboard operation
notes copied to clipboard

Disable URL preview

Open KaKi87 opened this issue 2 years ago • 6 comments

Is your feature request related to a problem? Please describe. The app always shows URL previews in files.

Describe the solution you'd like The app would allow disabling the preview by :

  • surrounding the URL with < and > ;
  • clicking a close button on the preview element ;
  • changing a file-specific setting ;
  • changing a global setting.

Describe alternatives you've considered None

Additional context Screenshot from 2023-05-05 08-08-04


Thanks

KaKi87 avatar May 05 '23 06:05 KaKi87

I strongly agree that there should be a way to toggle URL preview on and off. I sometimes use notes to store lists of stuff that include URLs, and URL previews render the app unusable for this use case due to the height they take.

One way to disable that is to include text that isn't a URL on the same line as the URL, but it feels awkward having to add extra text I don't need just to work around a feature.

babolivier avatar Jun 15 '23 16:06 babolivier

One way to disable that is to include text that isn't a URL on the same line as the URL, but it feels awkward having to add extra text I don't need just to work around a feature.

Thanks for the Trick. But I agree, it doesn't feel right to add random text in front or add "Link:" before every link

DKX47 avatar Jun 19 '23 05:06 DKX47

I second this enhancement, but mainly for privacy reasons. When I add a link to a note, I don't want to spread the IP address nor the domain name of my cloud to the destination link that will be pinged / tracked-back by Nextcloud Notes. Thanks and best regards.

alexboss avatar Jan 29 '24 10:01 alexboss

This "feature" is so unbelievably annoying and a huge privacy and security risk. There must be an option to disable it completely for any given whole instance ASAP.

kartoffelheinz avatar Feb 22 '24 11:02 kartoffelheinz

This should definitely be configurable in config.php or ideally in the admin settings. 'has_internet_connection' => false in config.php is ignored.

This is a major privacy leak/issue concerning GDPR/DSGVO.

I just came across this issue while auditing my Nextcloud docker containers with OpenSnitch and seeing that it opened external connections to seemingly random servers to resolve previews of the URLs. Bad design.

evilJazz avatar Apr 17 '24 16:04 evilJazz

since Nextcloud 29, when you insert a link, no preview is shown by default. But you can activate the preview via the ...-menu on the left.

@korelstar so this can be closed, right?

alexanderdd avatar Aug 13 '24 08:08 alexanderdd