Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for coas (0.02 sec)

  1. FessConfig.java

    rs"; L270: L271: /** The key of the configuration. e.g. * */ L272: String API_CORS_ALLOW_ORIGIN = "api.cors.allow.origin"; L273: L274: /** The key of the configuration. e.g. GET, POST, OPTIONS, DELETE, PUT */ L275: String API_CORS_ALLOW_METHODS = "api.cors.allow.methods"; L276: L277: /** The key of the configuration. e.g. 3600 */ L278: String API_CORS_MAX_AGE = "api.cors.max.age"; L279: L280: /** The key of the configuration. e.g. Origin, Content-Type, Accept, Authorization,...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
Back to top