1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 10:29:03 +00:00

Update and canonicalize a bunch of script descriptions

This commit is contained in:
fyodor
2011-11-07 04:08:29 +00:00
parent 3c75f0f43c
commit f73e2b27d1
14 changed files with 23 additions and 27 deletions

View File

@@ -1,10 +1,11 @@
description = [[
Tests an http server for Cross-Origin Resource Sharing.
Tests an http server for Cross-Origin Resource Sharing (CORS), a way
for domains to explicitly opt in to having certain methods invoked by
another domain.
Cross-Origin Resource Sharing is a way for domains to explicitly opt in
to having certain methods invoked by another domain. The script works by
setting the Access-Control-Request-Method header field for certain
enumerated methods in OPTIONS requests, and checking the responses.
The script works by setting the Access-Control-Request-Method header
field for certain enumerated methods in OPTIONS requests, and checking
the responses.
]]
---