Content Security Policy Decomposer & Evaluator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

30 lines
845 B

# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,csp)
export("%>%")
export(allows_child_from_source)
export(allows_connect_to)
export(allows_font_from_source)
export(allows_form_action)
export(allows_frame_ancestor)
export(allows_frame_from_source)
export(allows_manifest_from_source)
export(allows_media_from_source)
export(allows_navigation)
export(allows_object_from_source)
export(allows_prefetch_from_source)
export(allows_script_from_source)
export(allows_script_with_nonce)
export(allows_style_from_source)
export(allows_style_with_nonce)
export(allows_unsafe_inline_script)
export(allows_unsafe_inline_style)
export(allows_worker_from_source)
export(fetch_csp)
export(parse_csp)
export(validate_csp)
import(rJava)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(httr,warn_for_status)
importFrom(magrittr,"%>%")