OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CORS
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
cors.py
27
# Relevant tags for the
CORS
XML document.
29
CORS
= '
Cors
'
38
class
Cors
(handler.ContentHandler):
39
"""Encapsulates the
CORS
configuration XML document"""
41
# List of
CORS
elements found within a CorsConfig element.
42
self.
cors
= []
44
# found within a
CORS
element. We use a list of lists here
82
elif name ==
CORS
:
107
elif name ==
CORS
[
all
...]
/external/nanohttpd/
README.md
133
* Simple [
CORS
](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) support via `--
cors
` paramater
138
* `--
cors
`: activates
CORS
support, `Access-Control-Allow-Origin` will be set to `*`
139
* `--
cors
=some_value`: `Access-Control-Allow-Origin` will be set to `some_value`.
144
* `--
cors
=http://appOne.company.com`
145
* `--
cors
="http://appOne.company.com, http://appTwo.company.com"`: note the double quotes so that the 2 URLs are considered part of a single argument.
/external/nanohttpd/src/site/markdown/
index.md
133
* Simple [
CORS
](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) support via `--
cors
` paramater
138
* `--
cors
`: activates
CORS
support, `Access-Control-Allow-Origin` will be set to `*`
139
* `--
cors
=some_value`: `Access-Control-Allow-Origin` will be set to `some_value`.
144
* `--
cors
=http://appOne.company.com`
145
* `--
cors
="http://appOne.company.com, http://appTwo.company.com"`: note the double quotes so that the 2 URLs are considered part of a single argument.
Completed in 378 milliseconds