Flowdock
v6.1.3.1 - Show latest stable - 0 notes - Superclass: Object

No documentation

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

Constants

DEFAULT_NONCE_DIRECTIVES = %w[script-src style-src].freeze

DIRECTIVES = { base_uri: "base-uri", child_src: "child-src", connect_src: "connect-src", default_src: "default-src", font_src: "font-src", form_action: "form-action", frame_ancestors: "frame-ancestors", frame_src: "frame-src", img_src: "img-src", manifest_src: "manifest-src", media_src: "media-src", object_src: "object-src", prefetch_src: "prefetch-src", script_src: "script-src", script_src_attr: "script-src-attr", script_src_elem: "script-src-elem", style_src: "style-src", style_src_attr: "style-src-attr", style_src_elem: "style-src-elem", worker_src: "worker-src" }.freeze

MAPPINGS = { self: "'self'", unsafe_eval: "'unsafe-eval'", unsafe_inline: "'unsafe-inline'", none: "'none'", http: "http:", https: "https:", data: "data:", mediastream: "mediastream:", blob: "blob:", filesystem: "filesystem:", report_sample: "'report-sample'", strict_dynamic: "'strict-dynamic'", ws: "ws:", wss: "wss:" }.freeze

Attributes

[R] directives
Show files where this class is defined (1 file)
Register or log in to add new notes.