We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d79ff3 commit 7ab7323Copy full SHA for 7ab7323
src/main/main.py
@@ -176,7 +176,7 @@ async def add_security_headers(request: Request, call_next):
176
if is_development(config_instance=config_instance):
177
app.add_middleware(TrustedHostMiddleware, allowed_hosts=["gateway.eod-stock-api.site", "localhost", "127.0.0.1"])
178
else:
179
- app.add_middleware(TrustedHostMiddleware, allowed_hosts=["gateway.eod-stock-api.site"])
+ app.add_middleware(TrustedHostMiddleware, allowed_hosts=["master-gateway.eod-stock-api.site", "gateway.eod-stock-api.site"])
180
181
# Rate Limit per IP Must Always Match The Rate Limit of the Highest Plan Allowed
182
rate_limit, _, duration = RateLimits().ENTERPRISE
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments