diff --git a/include/capi/cef_origin_whitelist_capi.h b/include/capi/cef_origin_whitelist_capi.h index 9b57f38d2..746cab7ba 100644 --- a/include/capi/cef_origin_whitelist_capi.h +++ b/include/capi/cef_origin_whitelist_capi.h @@ -70,7 +70,7 @@ extern "C" { /// qualified |source_origin| URL (like http://www.example.com) will be allowed /// access to all resources hosted on the specified |target_protocol| and /// |target_domain|. If |target_domain| is non-NULL and -/// |allow_target_subdomains| if false (0) only exact domain matches will be +/// |allow_target_subdomains| is false (0) only exact domain matches will be /// allowed. If |target_domain| contains a top- level domain component (like /// "example.com") and |allow_target_subdomains| is true (1) sub-domain matches /// will be allowed. If |target_domain| is NULL and |allow_target_subdomains| if diff --git a/include/cef_origin_whitelist.h b/include/cef_origin_whitelist.h index fa446feff..e684ef619 100644 --- a/include/cef_origin_whitelist.h +++ b/include/cef_origin_whitelist.h @@ -63,7 +63,7 @@ /// the same-origin policy. Scripts hosted underneath the fully qualified /// |source_origin| URL (like http://www.example.com) will be allowed access to /// all resources hosted on the specified |target_protocol| and |target_domain|. -/// If |target_domain| is non-empty and |allow_target_subdomains| if false only +/// If |target_domain| is non-empty and |allow_target_subdomains| is false only /// exact domain matches will be allowed. If |target_domain| contains a top- /// level domain component (like "example.com") and |allow_target_subdomains| is /// true sub-domain matches will be allowed. If |target_domain| is empty and