Sarven Capadisli

Results 854 comments of Sarven Capadisli

Thanks again for this issue. I am noting that as of this writing, WebM is now well-supported across browsers and operating systems: https://caniuse.com/webm . The current screencasts linked from the...

Added DOMPurify ( https://github.com/search?q=repo%3Alinkeddata%2Fdokieli+dompurify&type=commits ) and using it in a few places. It is an improvement. It needs more reviewing and updating. For example, what to do with `openResource` case...

Another question is whether something like DOMPurify should be done at a lower level, in the first callbacks before passing it to other functions? It needs to be limited to...

As there is some information now in https://dokie.li/docs , I think we can resolve this issue and focus on specific documentation and implementation improvements in other issues/PRs. Aside: The user...

Sniffing would cover different scenarios but, CSV outputs from a SPARQL query can already come with HTML anchors: ``` BIND(CONCAT("", str(?iriA), "") AS ?iriB) ```

If this issue is to show intent to implement some of notifications specifications, can you please update the table in https://github.com/solid/notifications/issues/141#issue-1526240333 or let me know so I can. re the...

I agree. I shared latest for quick navigation (general purpose communication). Not intended to suggest that latest URL should be implemented. What's recommended elsewhere (in discussions, QA document) is to...

Noting here that https://github.com/kjetilk/p5-web-solid-test-basic/blob/master/tests/data/basic.ttl appears to have moved to https://github.com/kjetilk/p5-web-solid-test-basic/blob/master/t/data/http-basic.ttl .

I'm not sure if corsProxy and authProxy ( https://github.com/nodeSolidServer/node-solid-server/blob/main/lib/handlers/auth-proxy.js ) needs to be separate things. The proxy "resource" (service or endpoint or whatever) should be CORS enabled and require authn/z....

@jeff-zucker , but even for reading, personal or otherwise public (unauthenticated) proxies pose a concern for misuse because the URL would be known to anyone. That can be anything from...