You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/lib
nightpool 94d0e012de Whitelist allowed classes for federated statuses (#3810)
* Whitelist allowed classes for federated statuses

Allowed classes are currently:

 - Any microformats class (h/p/u/dt/e-*)
 - the classes mention, hashtag, ellipses and invisible.

this last one is somewhat suspect, but Mastodon currently uses it to render hidden link text.

resolved #3790

* Fix code style
7 years ago
..
settings
application_extension.rb
atom_serializer.rb
exceptions.rb
extractor.rb
feed_manager.rb Improve RuboCop rules (compatibility to Code Climate) (#3636) 7 years ago
formatter.rb
hash_object.rb
inline_rabl_scope.rb
inline_renderer.rb
language_detector.rb Language detection defaults to nil (#3666) 7 years ago
provider_discovery.rb
sanitize_config.rb Whitelist allowed classes for federated statuses (#3810) 7 years ago
status_filter.rb Fix regression from #3490 - filter out hidden statuses from ancestors/descendants even if the viewer is anonymous (#3752) 7 years ago
stream_entry_finder.rb
tag_manager.rb
user_settings_decorator.rb
webfinger_resource.rb