Closed (fixed)
Project:
Link
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 May 2011 at 08:02 UTC
Updated:
7 Aug 2013 at 20:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
jcfiala commentedI'm about to take a look at this, but I'll note that which protocols you accept for uri's is specified in a variable - to be precise:
As such, if you stuff the 'filtered_allowed_protocols' with a different array, you can add callto and skype.
Comment #2
jcfiala commentedAlright, I've just pushed this change through up to server... should be on Dev in a bit.
Actually considering pushing out an alpha 4 release this weekend.
Comment #3
jcfiala commentedBah, forgot to mark as fixed.
Comment #5
lolandese commentedIn addition, to include other protocols unaltered, use https://drupal.org/project/filter_protocols.
After enabling that tiny module, just go to 'admin/config/content/formats/protocols' and add e.g. 'skype'.
Comment #6
lolandese commentedIn addition to #5, I wanted to turn on url validation as well. Patch attached to accomplish that for the 'skype' protocol. Don't expect it to be committed as there is #1318938: An all-embracing attempt for URL validation and Input / Output Form Filtering.
Leaving status as it is, as the original issue is solved. The patch is against the current dev. The used regex pattern could be made a bit more precise.