Ronny V.

Results 88 comments of Ronny V.
trafficstars

@jerinpetergeorge @juliomalegria Sure, if you give me permission I'd fix the bug people were complaining about. Would you be able to deploy a new version at the time?

@jerinpetergeorge I know, you were just in CC. But good idea with the personal email address! Thx! And good idea for jazzband as well!

@jerinpetergeorge I wrote him. We'll see what happens.

@cr0mbly I am not sure if this is possible and wanted. S3 is not a file system but an object storage. So you'd expect the full file as an object,...

@sighmon I branched out and this is my solution: https://github.com/GitRon/django-chunked-upload

@birkanozer Unfortunately we are stuck here...

I wanted to add the general fix for using a temporary storage. But the guy who took over the project started changing way more things. Variable names etc. IMHO this...

Actually a data protection issue as well. At least with the German GDPR, you should avoid loading stuff from Google in the background.

Furthermore if you use [django-csp](https://pypi.org/project/django-csp/) you need to add this to your rules: ``` CSP_DEFAULT_SRC = ( ... '*.googleapis.com', "font-src 'self' data:", ) ```

Haha, ok, I'll elaborate. @romanvm There is a security header called Content Security Policy (CSP). You can prevent - or enable - from which sources the browser should load page...