Kamil Monicz
Kamil Monicz
> Registration via Google (400: redirect_uri_mismatch) and Github (redirect to GitHub repo) does not work *Reported by @deevroman*
### Description Rapid requires an 'unsafe-eval' CSP flag, whereas iD does not. I don't believe it is necessary to require unsafe evaluations, and thus I consider this a bug. ###...
Add fallback to window.location when window.top.location properties are inaccessible due to cross-origin restrictions. E.g. Uncaught SecurityError: Failed to read a named property 'origin' from 'Location': Blocked a frame with origin...
https://lxml.de/api/lxml.etree.CDATA-class.html
This is only a DX-related feature request. Basically, instead of running pre-commit checks in CI and failing hard, pre-commit is able to apply auto-fixes and push them to the PR...
**Describe the bug** Currently because of broken lifespan integration in pytest, you need to duplicate code like: ```py @pytest_asyncio.fixture(scope="session") async def app_client(app): await create_index_templates() await create_collection_index() async with AsyncClient( transport=ASGITransport(app=app),...
Support using SecretBytes type annotation with File() parameter, similar to how bytes is supported. This enables secure handling of data content that should not be logged or displayed. Also support...
Closes #2019, Requires #3068 # Summary Utilize the new TimestampSigner to obtain timestamp information, and in combination with a simple equality check, reduce the frequency of set-cookie responses. The set-cookie...
# Summary I've always disliked installing itsdangerous dependency just for basic SessionMiddleware functionality. The itsdangerous has lots of features but the amount of functionality needed by starlette is minimal. I...
# Summary Follow up to https://github.com/Kludex/starlette/pull/3065#issuecomment-3484250919 - Reviewed and revised Vary header handling. - Swapped Sequences for Collections that are more generic, and allow for use of sets that have...