We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cf05e commit 79b6106Copy full SHA for 79b6106
fsspec-proxy/fsspec_proxy/cors.py
@@ -1,4 +1,6 @@
1
-"""Copy of fastapi.middleware.cors, with """
+"""Modified copy of fastapi.middleware.cors,
2
+
3
+Adds an option for the Access-Control-Allow-Private-Network header"""
4
5
from __future__ import annotations
6
0 commit comments