3/14/2023
Last updated
Last updated
I have discovered several links that on how the blocking stuff happens. Here are both
Both of them show the same things but basically when you go to a blocked website it shows this
Now that data is collected from those files using this
Thats what gets those data like the "allow" allows it to do whatever. the "at" thing i dont know what it does but for the "catId" it produces a block ID to block the website like
then that gets stored in the database.
the rest is self explanatory, host shows the host to backend
ip shows your ip
lockoutTime shows the time it locked you out of the webpage to the backend
the overridable shows if its overridable or not
the reason shows the reason its blocked
the search_query shows what website you where on.
the url shows the url to the backend and the username shows your username
I found these links going to inspect element then to "sources tab" and i clicked on block.js and saw this. This thing indicates that it might have been made using reactJS