Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ public class ExtensionStdMenus extends ExtensionAdaptor implements ClipboardOwne
private PopupContextTreeMenu popupContextTreeMenuDelete = null;
private PopupContextTreeMenu popupContextTreeMenuExport;

// Still being developed
// private PopupMenuShowResponseInBrowser popupMenuShowResponseInBrowser = null;
private static final Logger LOGGER = LogManager.getLogger(ExtensionStdMenus.class);

public ExtensionStdMenus() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,6 @@ ascan.scripts.interface.active.error = The provided Active Rules script ({0}) do
ascan.scripts.skip.reason = no scripts enabled
ascan.scripts.type.active = Active Rules
ascan.scripts.type.active.desc = Active Rules scripts run when you run the Active Scanner.\n\nYou must enable them before they will be used.\n\n
ascan.site.popup = Active Scan Site
ascan.subtree.popup = Active Scan Subtree
ascan.toolbar.ascans.label = Current Scans:
ascan.toolbar.button.clear = Clean Completed Scans
ascan.toolbar.button.new = New Scan
Expand All @@ -624,7 +622,6 @@ ascan.toolbar.newalerts.label = New Alerts:
ascan.toolbar.progress.label = Progress:
ascan.toolbar.progress.select = --Select Scan--
ascan.toolbar.requests.label = Num Requests:
ascan.url.popup = Active Scan single URL

attack.site.popup = Attack

Expand Down Expand Up @@ -1714,7 +1711,6 @@ history.scan.warning = Error getting History.
history.scope.button.selected = Show all URLs
history.scope.button.unselected = Show only URLs in Scope
history.showinhistory.popup = Show in History Tab
history.showresponse.popup = Show response in Browser
history.tags.popup = Manage History Tags...

http.panel.component.all.tooltip = Combined Display for Header and Body
Expand Down
Loading