|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
Frequently Asked Questions (FAQ)What packages is URL Defense included in?
How is URL Defense enabled?
Are there messages that will not be defended?
How can you confirm if a URL has been re-written?
What happens when a user clicks on a re-written URL?
Will all URLs in a message be defended?
Is there a noticeable delay when a user clicks on a defended URL?
Is URL Defense available for customers on trial?
How long will defended URLs continue to work?
Will URL Defense protect a URL that is safe at one-time but becomes compromised later?
How many URL Defense redirectors are there and is the service highly available?
Essentials Re-Writing Scenarios
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>