# 301 Redirect

HTTP 301 Moved Permanently is a permanent redirect. These redirects can be cached by browsers, which means that when visiting a secure Cloakify link again, the browser may immediately redirect the visitor to the same destination as during the initial visit, bypassing filters.

It's important to note that this behavior is entirely at the discretion of the browser. It should not be relied upon if security is a concern.

JavaScript integration: Redirection is done using the location.replace() function.