autoDetectFrameRestrictions property
Automatically detect X-Frame-Options and CSP restrictions (default: true on web) When true, SWebView will check headers and apply CORS proxy only if needed This eliminates the need to manually pass useCorsProxy parameter
Implementation
final bool autoDetectFrameRestrictions;