provide security style for devtools security panel
This commit is contained in:
parent
9e85cb4c11
commit
54545a8a6e
8 changed files with 290 additions and 2 deletions
|
@ -8,7 +8,17 @@
|
|||
namespace atom {
|
||||
|
||||
// Header to ignore CORS.
|
||||
extern const char* kCORSHeader;
|
||||
extern const char kCORSHeader[];
|
||||
|
||||
// Strings describing Chrome security policy for DevTools security panel.
|
||||
extern const char kSHA1Certificate[];
|
||||
extern const char kSHA1MajorDescription[];
|
||||
extern const char kSHA1MinorDescription[];
|
||||
extern const char kCertificateError[];
|
||||
extern const char kValidCertificate[];
|
||||
extern const char kValidCertificateDescription[];
|
||||
extern const char kSecureProtocol[];
|
||||
extern const char kSecureProtocolDescription[];
|
||||
|
||||
} // namespace atom
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue