Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SAMEORIGIN (0.04 sec)

  1. src/main/resources/fess_config.properties

    # HTTP headers for the response.
    response.headers=\
    text/html=X-XSS-Protection: 1; mode=block\n\
    text/html=Content-Security-Policy: reflected-xss block\n\
    text/html=X-Frame-Options: SAMEORIGIN\n\
    
    
    # document index
    
    # Index name for search documents.
    index.document.search.index=fess.search
    # Index name for update documents.
    index.document.update.index=fess.update
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. text/html=X-XSS-Protection: 1; mode=block<br>
         * text/html=Content-Security-Policy: reflected-xss block<br>
         * text/html=X-Frame-Options: SAMEORIGIN<br>
         *  */
        String RESPONSE_HEADERS = "response.headers";
    
        /** The key of the configuration. e.g. fess.search */
        String INDEX_DOCUMENT_SEARCH_INDEX = "index.document.search.index";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top