Francesco Marano
Francesco Marano
One of the headers has a typo: ``` add_header Pragma "no-chace"; ``` instead of: ``` add_header Pragma "no-cache"; ```
Hi @yeln4ts, I get your point on adding code styling in pwndoc and using the document's styles is a good idea. Unfortunately it is not supported by google docs (it...
Yeah, sure. Unfortunately those two apply a style in the docx based on a style. In case you use Google docs such style doesn't exists and the code is just...
Using a table/paragraph with borders make easier to isolate the code to the other text, but it still need at least a monospace font to render correctly. For me the...
Even if this bug/conversation seems dead: `PyQuery('').html()` should not be equal to ``, but it should (and it is) an empty string. This is because `html()` look for child html....
Sorry @vanande, I cannot think of any real use case where adding all the possible vulnerabilities should be done. IMHO a report should contains the findings, not all the vulnerability...
I already tried the checkbox solution, but it does not work in case you have only one option and the field is set as required. So, you have to remember...
This issue could be extended to all the UI. For example, if a user has no read privileges on clients, it should not even see "Clients" in the menu.
From the blog post cited on readme: > This is a bit more effective as overall, and is difficult to bypass with frida only, especially with some obuscation added. Even...
I got this error building studio app with `bun run package`: ``` $ electron-builder • electron-builder version=25.1.8 os=6.11.11-1-MANJARO • loaded configuration file=/tmp/onlook/apps/studio/electron-builder.json5 • writing effective config file=release/0.1.16/builder-effective-config.yaml • executing @electron/rebuild...