Skip to content

Commit

Permalink
Update HttpService.yaml with HTTP methods, explanations, and resource…
Browse files Browse the repository at this point in the history
…s. (#978)

## Changes

Updated HttpService.yaml to provide a short description of each of the
HTTP methods, if they are permitted via Roblox scripts, and Mozilla
resources for each. This is a duplicate of pull request
#966 as the checks did not
seem to recognize the changes made to
tools/checks/utils/allowedHttpLinks.txt to allow the links to Mozilla
resources on each of the HTTP methods.

The only method not currently permitted by Roblox is the CONNECT method
which creates a secure information tunnel between the requested and
originating server. Makes sense why this isn't allowed, but its useful
information to include nonetheless.

---------
  • Loading branch information
sammygrey authored Jan 23, 2025
1 parent 3a8cabc commit cd9d201
Showing 1 changed file with 168 additions and 130 deletions.
Loading

0 comments on commit cd9d201

Please sign in to comment.