Discuss Scratch

Zydrolic
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

Bump
Ozzy-Is-Epic
Scratcher
90 posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

Doesn't sound like a bad idea. phishing links and other bad links are bad so I support this
Zydrolic
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

bump
Zydrolic
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

Zydrolic wrote:

(#304)
bump
Zydrolic
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links


(bump)
Zydrolic
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

Zydrolic wrote:

(#306)

(bump)
Zydrolic
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links


this topic is (in terms of discussion) suffering a financial crisis
Zydrolic
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

bump
EDawg2011
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links



Anyways, huge support. Younger people are way more vulnerable to malware links and stuff. idk why the Scratch Team hasn't added this restriction yet. It should be top priority because we need to protect gullible people from making their families homeless by giving out their credit card information.
scratchcode1_2_3
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

will it really be that easy to code though????

well maybe yes

I was working on something that made links unclickable which is easy
however, since links are already unclickable, they need to be detected. well sadly this isn't too possible because one way might be to just check for every single string that is connected to another through a period like
randomWord.randomWord2
(except for scratch.mit.edu)

The problem with this first method is that not all words or comments that have a period between two strings are links, they could very well just be grammatical errors and will force people to follow them.The other problem is also that people could also just put spaces like
google . com
google com
so this might be hard
kkidslogin
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

scratchcode1_2_3 wrote:

(#311)
will it really be that easy to code though????

well maybe yes

I was working on something that made links unclickable which is easy
however, since links are already unclickable, they need to be detected. well sadly this isn't too possible because one way might be to just check for every single string that is connected to another through a period like
randomWord.randomWord2
(except for scratch.mit.edu)

The problem with this first method is that not all words or comments that have a period between two strings are links, they could very well just be grammatical errors and will force people to follow them.The other problem is also that people could also just put spaces like
google . com
google com
so this might be hard
maybe not as hard as it seems—all links have a basic structure, a good RegEx should do the trick nicely.
unmissable
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

scratchcode1_2_3 wrote:

will it really be that easy to code though????

well maybe yes

I was working on something that made links unclickable which is easy
however, since links are already unclickable, they need to be detected. well sadly this isn't too possible because one way might be to just check for every single string that is connected to another through a period like
randomWord.randomWord2
(except for scratch.mit.edu)

The problem with this first method is that not all words or comments that have a period between two strings are links, they could very well just be grammatical errors and will force people to follow them.The other problem is also that people could also just put spaces like
google . com
google com
so this might be hard
I thought the filter didn't care about spaces would it apply here?
Zydrolic
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

bump
Zydrolic
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

Zydrolic wrote:

(#314)
bump
scratchcode1_2_3
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

unmissable wrote:

(#313)
I thought the filter didn't care about spaces would it apply here?
what?
PaperMarioFan2022
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

Bump
Zydrolic
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

scratchcode1_2_3 wrote:

(#316)

unmissable wrote:

(#313)
I thought the filter didn't care about spaces would it apply here?
what?
unmissable means that the filter will not care for any space.
For example, if I say “Hello, Everyone!”, the filter reads that out as:
“Hello,Everyone!” or without the comma, whichever.
I didn't know about it when making the topic though.
Zydrolic
Scratcher
1000+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

ImARealDogNow
Scratcher
500+ posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

bump
-chaosduck-
Scratcher
18 posts

Only allow whitelisted URLs for new scratchers or don't allow them to post offsite links

Support, and I think that after being reported for posting suspicious links, that user loses the ability to post links(either forever or for a set time). I think scratch should make a list of approved websites, and you need to be a full scratcher to send non approved links. Also non approved links should have a popup, not approved ones. The approved websites list won't be very large, since it will only include some common and safe websites, but new scratchers like me(I just started a new account) will still be able to post links.

Powered by DjangoBB