-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle storage of javascript: URIs #46
Comments
OK |
Hi @nodiscc, I closed sebsauvage#174 as you suggested. Just a question: what do you mean by a "temporary" fork? Sounds like a good idea to update shaarli so why a temporary repo ? |
@Ginko-Aloe thank you for closing the old issue.
See sebsauvage#191. @sebsauvage does not have time to maintain Shaarli, add fixes, merge pull requests and cleanup the bug tracker currently. This organization tries to keep the project alive and fix common problems/requests. We hope this situation is temporary, it would be better to have only 1 repository with the latest changes (as you can see here https://github.com/shaarli/Shaarli/network I think we're on the right path) |
Ok, I got it :) Glad to see shaarli live again ! |
Ongoing work in pull request #119. Please add your voice to the discussion there. Edit: considering it's an enhancement and there is no agreement on how to properly add this in #119, I've removed the 0.9beta milestone so this doesn't block us for the release. You can still merge #119 in your own install if you desperately need this :) |
-1 to add |
@nicolasdanelon +1s an -1s without technical or usability argumentation spams everyone subscribed to this issue (mail notification, RSS notification and Github notification). Please refrain in the future, thanks. |
ok, sorry. |
@nicolasdanelon It's not Shaarli's job to influence "coding practices". |
Copied from #119
|
Another solution is to have have an option/checkbox (heh) in the tools dialog, checked by default:
|
Copied from sebsauvage#174
At https://github.com/shaarli/Shaarli/blob/master/index.php#L1479, add
&& !startsWith($url,'javascript:')
The text was updated successfully, but these errors were encountered: