2020-07-11T02:05:04 *** okurz_ is now known as okurz 2020-07-11T03:02:24 *** okurz_ is now known as okurz 2020-07-11T08:13:22 *** okurz_ is now known as okurz 2020-07-11T21:17:14 cboltz: I'm curious about `Content-Security-Policy: default-src 'none'; img-src 'self'; style-src 'self'; script-src 'self' 'unsafe-inline'` on download.o.o since it prevents us from using stylesheets from static, should we use stylesheets from static on download? 2020-07-11T21:18:39 good question - and since you ask, I guess (didn't check) download.o.o tries to do that? 2020-07-11T21:19:12 it does not, but I wanted to test out the stylesheet on it with firefox tools and got this error :P 2020-07-11T21:21:27 ah, ok 2020-07-11T21:22:35 I somewhat remember a ticket about a "security scan" (IIRC done by MF-IT) that requested the addition of such headers, but I don't remember the details 2020-07-11T21:22:54 try searching progress.o.o for closed tickets with "security scan" in the title 2020-07-11T21:24:38 thanks, I will 2020-07-11T21:51:33 cboltz: I was thinking something like this https://cdn.discordapp.com/attachments/366989996101730304/731628362178756679/unknown.png 2020-07-11T21:52:05 apart from folder icons, because I hate those 2020-07-11T21:56:53 looks good, and also like a good reason to change the content-security-policy header ;-) 2020-07-11T21:59:44 I might actually opt to not change it, and just render html bits and css specifically for it 2020-07-11T22:00:14 it might turn out to be a little easier, considering there is VERY little you can change with mb 2020-07-11T22:03:43 like I wish I could make that change https://cdn.discordapp.com/attachments/366989996101730304/731631699250642965/unknown.png 2020-07-11T22:06:23 the main difference I see is to merge the filetype icon with the file/directory name, right? (+ some different font styling) 2020-07-11T22:06:50 that should be doable with CSS by hiding the border between the first and second 2020-07-11T22:08:31 it could be, but it doesn't make much sense semantically to even have a separate column for icons