• Resolved Julien

    (@emael76)


    If you pass this parameter into a browser you’ll be able to see the website without any theme : https://example.org/?cmp_preview=true&cmp_theme=none

    How can I prevent this ?

    Edit : I’ve managed to do it with Nginx :

    if ($request_uri = “/?cmp_preview=true&cmp_theme=none”) {
    return 302 /;
    }

    • This topic was modified 5 years ago by Julien. Reason: informations
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ales

    (@alesmal)

    Hello, nice catch! I will update the plugin to resolve this.

    Ales

    Plugin Author Ales

    (@alesmal)

    Resolved in the latest update, thanks for letting us know.

    Ales

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Issue with URL’ is closed to new replies.