Variable recommended_policyConst
recommended_policy: {
base-uri: string[];
connect-src: string[];
default-src: string[];
font-src: string[];
form-action: string[];
frame-ancestors: string[];
img-src: string[];
manifest-src: string[];
object-src: string[];
prefetch-src: string[];
script-src: string[];
style-src: string[];
upgrade-insecure-requests: boolean;
} = ...
Recommended policy for most sites.
Differences with the standard policy are the following ones: