Skip to content

Commit 4a90383

Browse files
authored
Update allowedHttpLinks.txt (#979)
Added resources for HTTP methods. Useful for another pull request I'm doing charting each of the HTTP methods for Roblox's HttpService showing if they are allowed, a short description of what they do, and linking to the Mozilla dev resource for each.
1 parent 781515e commit 4a90383

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/checks/utils/allowedHttpLinks.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,3 +594,12 @@ https://support.tipalti.com/Content/Topics/UserGuide/PaymentInformation/PaymentM
594594
https://github.com/Roblox/creator-docs/tree/main/content/en-us/reference/cloud
595595
https://www.youtube.com/playlist?list=PLuEQ5BB-Z1PK3EcpypEHHMlc2lknQCJyP
596596
https://docs.blender.org/manual/en/2.80/scene_layout/object/editing/transform/control/pivot_point/index.html
597+
https://developer.mozilla.org/docs/Web/HTTP/Methods/GET
598+
https://developer.mozilla.org/docs/Web/HTTP/Methods/HEAD
599+
https://developer.mozilla.org/docs/Web/HTTP/Methods/POST
600+
https://developer.mozilla.org/docs/Web/HTTP/Methods/PUT
601+
https://developer.mozilla.org/docs/Web/HTTP/Methods/DELETE
602+
https://developer.mozilla.org/docs/Web/HTTP/Methods/CONNECT
603+
https://developer.mozilla.org/docs/Web/HTTP/Methods/OPTIONS
604+
https://developer.mozilla.org/docs/Web/HTTP/Methods/TRACE
605+
https://developer.mozilla.org/docs/Web/HTTP/Methods/PATCH

0 commit comments

Comments
 (0)