hpvd
hpvd
can confirm this on W10 and with latest dokany 2.05 and cryptomator 1.6.14 versions too.
@sijie @Anonymitaet Do you have any idea/hint/advice on this?
@Holding1990 could you make it work with HTTP2 or keepalive in POST method?
+1 would be very helpful when cleaning tabtree/all opened tabs to keep only the ones needed an other possibility would be below the last result a Button: "delete all found"...
on other topic would help if one wants to delete several tabs: constant height for all shown results or delete button to full height #83
using this browser extension, the possible/apply-able CSP for the current application (https://liveviews.cc/auto-complete) without breaking it's function would be: ``` default-src 'none'; connect-src wss://liveviews.cc; img-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'unsafe-inline'...
from https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#unsafe_inline_script > Note: **Disallowing inline styles and inline scripts is one of the biggest security wins CSP provides.** However, if you absolutely have to use it, there are a...
for how important this is: > XSS is the most common web application vulnerability. It is in fact the most common cyber vulnerability in general... As evidence - the web...
regarding **Refactoring inline code** (see https://github.com/beenotung/ts-liveview/issues/8#issuecomment-1144940188) from: https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html#refactoring-inline-code > When default-src or script-src* directives are active, CSP by default disables any JavaScript code placed inline in the HTML source, such...