MCPcopy Create free account
hub / github.com/adobe/Marinus / cert_page_back

Function cert_page_back

web_server/public/javascripts/certs.js:756–766  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

754}
755
756function cert_page_back(event) {
757 var url;
758 if (certSource === "censys") {
759 url = "/api/v1.0/censys/cert_ca/" + current_ca_name;
760 } else {
761 url = api_map["zgrab_root"] + "443/cert_ca/" + current_ca_name;
762 }
763 let query = "";
764 event.preventDefault();
765 page_back(url, query, "certs");
766}
767
768function cert_page_forward(event) {
769 var url;

Callers

nothing calls this directly

Calls 1

page_backFunction · 0.85

Tested by

no test coverage detected