- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for XSS (0.01 sec)
-
src/main/resources/fess_config.properties
# Inline MIME types for the response. response.inline.mimetypes=application/pdf,text/plain # 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
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String RESPONSE_INLINE_MIMETYPES = "response.inline.mimetypes"; /** 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";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)