karthickvTR

Results 3 issues of karthickvTR

### What do you want to do with Hls.js? HI Everyone, I’m checking whether AES-GCM encryption is currently supported?. This is in the context of reviewing our cryptography setup and...

Question
answered

``` fire('pjax:beforeReplace', [container.contents, options], { state: pjax.state, previousState: previousState }) context.html(container.contents) ``` The content is injected context.html, which can potentially introduce XSS vulnerabilities if the response contains unsafe HTML. Is...

HI Everyone, ``` `fire('pjax:beforeReplace', [container.contents, options], { state: pjax.state, previousState: previousState }) context.html(container.contents)` ``` The content is injected into context.html, which can potentially introduce XSS vulnerabilities if the response contains...