Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jsFiddle could be indexed or I keep my codes private? [closed]

I'm worried about using some data in a fiddle (jsFiddle) because these data shouldn't be public.

Can Google index jsFiddle? I saved the fiddle but I don't save a title for it so it shouldn't became public..

However, the fiddle URL is still visible even if I log out from jsFiddle...

Some clarifications?

Thank you

like image 458
serytankian Avatar asked Jun 08 '11 22:06

serytankian


People also ask

What is jsFiddle used for?

Created by Piotr Zalewa, jsFiddle is a free code-sharing tool that allows you to edit, share, execute and debug Web code within a browser. jsFiddle is a great tool for testing and sharing Web code.

What does Fork mean in jsFiddle?

Saving and Forking code Save / Update will do what you think, it'll save a new fiddle or update an existing one (and add a version number to it) Fork will split out an existing fiddle into a new one, starting with version 0.


1 Answers

There are currently two modes of privacy, one is public (where you add a title and description), this fiddle will show up in your dashboard and your public fiddle-list. The other mode is semi-public, where you don'y add description or title, hence the fiddle is only visible for you in your dashboard - crawlers shouldn't be able to reach there, hence shouldn't index your fiddles.

That said, the Beta version of JsFiddle has more privacy modes, including the much anticipated "private fiddle" - this functionality will be probably available only for subscribers.

Best, Oskar (JsFiddle co-creator)

like image 57
Oskar Krawczyk Avatar answered Dec 28 '22 09:12

Oskar Krawczyk