disallow % in tags
This commit is contained in:
parent
22b9f92c27
commit
cd3a307785
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
module Diaspora
|
||||
module Taggable
|
||||
VALID_TAG_BODY = /[^_\s#*\[\]()\:\@\/"'\.]+/
|
||||
VALID_TAG_BODY = /[^_\s#*\[\]()\:\@\/"'\.%]+/
|
||||
|
||||
def self.included(model)
|
||||
model.class_eval do
|
||||
|
|
|
|||
Loading…
Reference in a new issue