Flowdock
method

plugin_types

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ContentSecurityPolicy
plugin_types(*types) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/http/content_security_policy.rb, line 168
    def plugin_types(*types)
      if types.first
        @directives["plugin-types"] = types
      else
        @directives.delete("plugin-types")
      end
    end
Register or log in to add new notes.