-
Security
Enforce HTTPS everywhere
Redirects HTTP to HTTPS, enables HSTS, and removes mixed-content and insecure links.
Free Prompt
What This Does / How This Helps
Makes your app HTTPS-only: redirects, HSTS, secure cookies, and no http:// resources hiding in templates. Plain HTTP traffic is readable and modifiable by anyone on the network path, which on public wifi means anyone. Session cookies riding an insecure request is exactly how accounts get hijacked in coffee shops. Mixed content is the quieter version: one http:// script tag and a network attacker owns your page even on an HTTPS site. The prompt handles the two traps: preload is flagged as a real commitment rather than a checkbox, and proxy setups get the trust-header check that prevents infinite redirect loops.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).