bayo

Results 6 comments of bayo

Was digging into this lately and found https://docs.acquia.com/resource/definitions/realm/: > Some common realms include, but aren’t limited to the following: > > - Cloud Platform Enterprise: prod > - Cloud Platform...

I'm not sure this is something I should do. Could you please elaborate on what versions have problems with "with" statements? Is this still something people commonly run into? Shouldn't...

@rudrasingh99 This happens when you have a Jython file location configured, but Burp isn't able to open the file. To resolve the issue please check Burp's documentation / forums. Additionally,...

Also WPA2 is already using PBKDF2 with 4096 iterations. As a minimum that sentence should be better worded.

I think that makes sense. On first sight, it seems a little inconsistent though that `script1.js` still uses the default policy defined in index.html, but there might be a reasonable...

Was debugging this for a while. The reason is that html2canvas checks canvas support (https://github.com/niklasvh/html2canvas/blob/83e9b85e1eb27993d48132af0fbfb4ee2f13c887/src/core.js#L58). For my [test file](https://gist.github.com/bayotop/77fed39ad211c0574e5cd74fcb11babd?short_path=7c4c2e8) the following causes "No canvas support": ```javascript typeof(document.createElement("canvas").getContext) "undefined" ``` Not...