Skip to content

Commit b86b967

Browse files
authored
Update allowedHttpLinks.txt
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 28703e7 commit b86b967

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
@@ -593,3 +593,12 @@ https://github.com/evaera/roblox-animation-transfer
593593
https://support.tipalti.com/Content/Topics/UserGuide/PaymentInformation/PaymentMethodsCoverage/IntroUSD.htm?Highlight=payment%20coverage#USD
594594
https://github.com/Roblox/creator-docs/tree/main/content/en-us/reference/cloud
595595
https://www.youtube.com/playlist?list=PLuEQ5BB-Z1PK3EcpypEHHMlc2lknQCJyP
596+
https://developer.mozilla.org/docs/Web/HTTP/Methods/GET
597+
https://developer.mozilla.org/docs/Web/HTTP/Methods/HEAD
598+
https://developer.mozilla.org/docs/Web/HTTP/Methods/POST
599+
https://developer.mozilla.org/docs/Web/HTTP/Methods/PUT
600+
https://developer.mozilla.org/docs/Web/HTTP/Methods/DELETE
601+
https://developer.mozilla.org/docs/Web/HTTP/Methods/CONNECT
602+
https://developer.mozilla.org/docs/Web/HTTP/Methods/OPTIONS
603+
https://developer.mozilla.org/docs/Web/HTTP/Methods/TRACE
604+
https://developer.mozilla.org/docs/Web/HTTP/Methods/PATCH

0 commit comments

Comments
 (0)