Issue with URL
-
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 /;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Issue with URL’ is closed to new replies.