mariocraft987 / bark-coding

The source code of a Blockly Based coding language
https://bark.dumorando.com
GNU General Public License v3.0
12 stars 18 forks source link

[FEAT] URL link protection #241

Closed Bashamega closed 3 months ago

Bashamega commented 3 months ago

Is your feature request related to a problem? Please describe. I am thinking of making it so that if the url link to outside of the site it will go to a page to make sure that the user want to visit that website Describe the solution you'd like I would modify the replace.js to make it link to an inside page that will ask the user if he wants to go there

github-actions[bot] commented 3 months ago

Hello! 👋 Thanks for opening this issue. We appreciate your feedback and will look into it as soon as possible. Feel free to add more details if necessary.

mariocraft987 commented 3 months ago

From what I see of your problem, is that you can do prompt() to confirm if the user wants to go there?

Bashamega commented 3 months ago

From what I see of your problem, is that you can do prompt() to confirm if the user wants to go there?

It won't be good ui to use prompt. I was going to make a specific page for it. I can create it. If you like the general idea.

mariocraft987 commented 3 months ago

sorry, i forgot to replace prompt() with confirm()

Bashamega commented 3 months ago

sorry, i forgot to replace prompt() with confirm()

I won't be using them