For further actions, you may consider blocking this person and/or reporting abuse
Read next
Implementing Route Guards in React: Protecting Your Routes with Authentication and Roles
Abhay Singh Kathayat -
Mastering Redux Toolkit: Simplify State Management in Your React App
Abhay Singh Kathayat -
Mastering MobX: Simplified and Reactive State Management for React
Abhay Singh Kathayat -
React.js Explained: A Comprehensive Guide to Building Modern Web Applications
Abhay Singh Kathayat -
Top comments (2)
If you use
--allow-net
, the server gets full access to all URLs. The following is a lot more secure:Also see deno.land/manual/getting_started/p....
I opened a PR on your repo to update the documentation accordingly.
Good I have updated the repository thanks for suggestion!