Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 169 for Cors (0.02 seconds)

  1. docs/ja/docs/advanced/strict-content-type.md

    ## CSRF のリスク { #csrf-risk }
    
    この既定の挙動は、ある特定の状況における Cross-Site Request Forgery(CSRF)攻撃の一種に対する保護を提供します。
    
    これらの攻撃は、次の条件を満たすときにブラウザが CORS のプリフライトチェックを行わずにスクリプトからリクエストを送信できる事実を悪用します。
    
    - `Content-Type` ヘッダーがない(例: `Blob` をボディにして `fetch()` を使う)
    - かつ、いかなる認証情報も送信しない
    
    この種の攻撃は主に次のような場合に関係します。
    
    - アプリケーションがローカル(例: `localhost`)または社内ネットワークで動作している
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:55:22 GMT 2026
    - 4.4K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/cors/CorsHandlerTest.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.cors;
    
    import java.lang.reflect.Field;
    import java.lang.reflect.Modifier;
    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.List;
    import java.util.Map;
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 26.3K bytes
    - Click Count (0)
  3. src/main/resources/fess_config.properties

    # Allowed origins for CORS.
    api.cors.allow.origin=*
    # Allowed HTTP methods for CORS.
    api.cors.allow.methods=GET, POST, OPTIONS, DELETE, PUT
    # Max age for CORS preflight requests.
    api.cors.max.age=3600
    # Allowed headers for CORS.
    api.cors.allow.headers=Origin, Content-Type, Accept, Authorization, X-Requested-With
    # Whether to allow credentials for CORS.
    api.cors.allow.credentials=true
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/util/ComponentUtil.java

         */
        public static CrawlerStatsHelper getCrawlerStatsHelper() {
            return getComponent(CRAWLER_STATS_HELPER);
        }
    
        /**
         * Gets the CORS handler factory component.
         * @return The CORS handler factory.
         */
        public static CorsHandlerFactory getCorsHandlerFactory() {
            return getComponent(CORS_HANDLER_FACTORY);
        }
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 30.9K bytes
    - Click Count (0)
  5. docs/ko/docs/features.md

    * 정말 인상적인 성능. [**NodeJS**와 **Go**에 버금가는, 사용 가능한 가장 빠른 Python 프레임워크 중 하나입니다](https://github.com/encode/starlette#performance).
    * **WebSocket** 지원.
    * 프로세스 내 백그라운드 작업.
    * 시작 및 종료 이벤트.
    * HTTPX 기반 테스트 클라이언트.
    * **CORS**, GZip, 정적 파일, 스트리밍 응답.
    * **세션과 쿠키** 지원.
    * 100% test coverage.
    * 100% type annotated codebase.
    
    ## Pydantic 기능 { #pydantic-features }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11K bytes
    - Click Count (0)
  6. docs/en/docs/features.md

    * **WebSocket** support.
    * In-process background tasks.
    * Startup and shutdown events.
    * Test client built on HTTPX.
    * **CORS**, GZip, Static Files, Streaming responses.
    * **Session and Cookie** support.
    * 100% test coverage.
    * 100% type annotated codebase.
    
    ## Pydantic features { #pydantic-features }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 8.9K bytes
    - Click Count (0)
  7. docs/ja/docs/features.md

    * 圧倒的なパフォーマンス。[利用可能な最速クラスの Python フレームワークの 1 つで、**NodeJS** や **Go** と同等です](https://github.com/encode/starlette#performance)。
    * **WebSocket** のサポート。
    * プロセス内バックグラウンドタスク。
    * 起動およびシャットダウンイベント。
    * HTTPX に基づくテストクライアント。
    * **CORS**、GZip、静的ファイル、ストリーミングレスポンス。
    * **セッションと Cookie** のサポート。
    * テストカバレッジ 100%。
    * 型アノテーション 100% のコードベース。
    
    ## Pydanticの機能 { #pydantic-features }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 11.6K bytes
    - Click Count (0)
  8. docs/de/docs/index.md

    * Viele zusätzliche Features (dank Starlette) wie:
        * **WebSockets**
        * extrem einfache Tests auf Basis von HTTPX und `pytest`
        * **CORS**
        * **Cookie-Sessions**
        * ... und mehr.
    
    ### Ihre App deployen (optional) { #deploy-your-app-optional }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 23.6K bytes
    - Click Count (1)
  9. docs/uk/docs/index.md

    * Багато додаткових можливостей (завдяки Starlette) як-от:
        * **WebSockets**
        * надзвичайно прості тести на основі HTTPX та `pytest`
        * **CORS**
        * **Cookie Sessions**
        * ...та більше.
    
    ### Розгортання застосунку (необовʼязково) { #deploy-your-app-optional }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 29.1K bytes
    - Click Count (0)
  10. docs/fr/docs/advanced/response-headers.md

    ders).
    
    Mais si vous avez des en-têtes personnalisés que vous voulez qu'un client dans un navigateur puisse voir, vous devez les ajouter à vos configurations CORS (en savoir plus dans [CORS (Cross-Origin Resource Sharing)](../tutorial/cors.md)), en utilisant le paramètre `expose_headers` documenté dans [la documentation CORS de Starlette](https://www.starlette.dev/middleware/#corsmiddleware)....
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 2.6K bytes
    - Click Count (0)
Back to Top