Dennis
Dennis
I also wondered how to store JSON objects without converting to string. SQL Alchemy supports storing these directly
I also got it working, on SQLite and Postgresql: `mygreatfield: Dict[Any, Any] = Field(index=False, sa_column=Column(JSON))` needs `from sqlmodel import Field, SQLModel, Column, JSON` as well as `from typing import Dict,...
see #19
see https://github.com/nathan-149/hover-paywalls-browser-extension/issues/19
Changing the password and dark mode would be cool. Cool project!
If anybody stumbles upon this (after all this time) - one can use the Burp Addon [ReShaper](https://portswigger.net/bappstore/7bcec7656b5746e9a85c427f243e6d5a) with the "Then"-Action Set-Value, e.g. using a cookie as source and set a...
@gl4nce Thanks, I updated the link. Could you please also change/remove the link in your quote? Thanks!
I also looked for a possibility to disable HTTP/1.0 and HTTP/1.1 in Traefik - but didn't find anything besides this issue. So I really hope that other folks are also...