-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cachedSecurityDetails[tabId][url]=new SecurityDetails(details,securityInfo); … let securityDetails = cachedSecurityDetails[tabId][url]; (changeInfo.status == 'complete' && securityDetails) ? extraCmds = {enable:tabId} : extraCmds = {}; applyBrowserActionSpec({tabId:tabId},browserActionSpec,extraCmds);
- Loading branch information
Showing
5 changed files
with
305 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"camerfirma.com": "Madrid, Madrid, ES", | ||
"certum.eu": "Szczecin, West Pomeranian, PL", | ||
"amazontrust.com": "North Seattle, Washington, US", | ||
"atos.net": "Meppen, Lower Saxony, DE", | ||
"firmaprofesional.com": "Barcelona, Catalonia, ES", | ||
"aoc.cat": "Barcelona, Catalonia, ES", | ||
"digicert.com": "Lehi, Utah, US", | ||
"emudhra.com": "Bangalore, Karnataka, IN", | ||
"entrust.net": "Ottawa, Ontario, CA", | ||
"globalsign.com": "Leuven, Flemish Brabant, BE", | ||
"godaddy.com": "Scottsdale, Arizona, US", | ||
"goog": "Mountain View, California, US", | ||
"identrust.com": "Salt Lake City, Utah, US", | ||
"letsencrypt.org": "San Francisco, California, US", | ||
"izenpe.com": "Vitoria-Gasteiz, Alava, ES", | ||
"microsoft.com": "Redmond, Washington, US", | ||
"wisekey.com": "Geneva, Geneva, CH", | ||
"quovadisglobal.com": "Hamilton, Pembroke, BM", | ||
"secomtrust.net": "Mitaka-Shi, Tokyo, JP", | ||
"sectigo.com": "Salford, Greater Manchester, GB", | ||
"trustwave.com": "Chicago, Ilinois, US", | ||
"sheca.com": "Hongkou, Shanghai, CN", | ||
"ssl.com": "Houston, Texas, US", | ||
"swisssign.com": "Glattbrugg, Opfikon, CH", | ||
"teliasonera.com": "Helsinki, Uusimaa, FI", | ||
"trustcorsystems.com": "Toronto, Ontario, CA", | ||
"trustis.com": "Thatcham, Berkshire, GB", | ||
"networksolutions.com": "Herndon, Virginia, US" | ||
"camerfirma.com": ["Madrid", "Madrid", "ES"], | ||
"certum.eu": ["Szczecin", "West Pomeranian", "PL"], | ||
"amazontrust.com": ["North Seattle", "Washington", "US"], | ||
"atos.net": ["Meppen", "Lower Saxony", "DE"], | ||
"firmaprofesional.com": ["Barcelona", "Catalonia", "ES"], | ||
"aoc.cat": ["Barcelona", "Catalonia", "ES"], | ||
"digicert.com": ["Lehi", "Utah", "US"], | ||
"emudhra.com": ["Bangalore", "Karnataka", "IN"], | ||
"entrust.net": ["Ottawa", "Ontario", "CA"], | ||
"globalsign.com": ["Leuven", "Flemish Brabant", "BE"], | ||
"godaddy.com": ["Scottsdale", "Arizona", "US"], | ||
"goog": ["Mountain View", "California", "US"], | ||
"identrust.com": ["Salt Lake City", "Utah", "US"], | ||
"letsencrypt.org": ["San Francisco", "California", "US"], | ||
"izenpe.com": ["Vitoria-Gasteiz", "Alava", "ES"], | ||
"microsoft.com": ["Redmond", "Washington", "US"], | ||
"wisekey.com": ["Geneva", "Geneva", "CH"], | ||
"quovadisglobal.com": ["Hamilton", "Pembroke", "BM"], | ||
"secomtrust.net": ["Mitaka-Shi", "Tokyo", "JP"], | ||
"sectigo.com": ["Salford", "Greater Manchester", "GB"], | ||
"trustwave.com": ["Chicago", "Ilinois", "US"], | ||
"sheca.com": ["Hongkou", "Shanghai", "CN"], | ||
"ssl.com": ["Houston", "Texas", "US"], | ||
"swisssign.com": ["Glattbrugg", "Opfikon", "CH"], | ||
"teliasonera.com": ["Helsinki", "Uusimaa", "FI"], | ||
"trustcorsystems.com": ["Toronto", "Ontario", "CA"], | ||
"trustis.com": ["Thatcham", "Berkshire", "GB"], | ||
"networksolutions.com": ["Herndon", "Virginia", "US"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.