Skip to content
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

Links in job posts should be validated #59

Closed
jace opened this issue Sep 2, 2013 · 2 comments
Closed

Links in job posts should be validated #59

jace opened this issue Sep 2, 2013 · 2 comments

Comments

@jace
Copy link
Member

jace commented Sep 2, 2013

Users sometimes forget to include the http:// in a link. The editor widget should validate all links in the post to confirm they are correct.

  1. Force all URLs to be absolute (unless they are links to other posts on the job board, but how do we tell?)
  2. Check if the link is valid (ie, it loads with status 200)
@jace
Copy link
Member Author

jace commented Dec 30, 2013

Additional feature that can be implemented as an extension of this code: scan for banned link destinations, such as affiliate links to freelancer.com.

@jace
Copy link
Member Author

jace commented Jun 12, 2014

Implemented via #77 in 345c307 and subsequent commits.

@jace jace closed this as completed Jun 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant