electron/atom/browser/net
Paul Betts 7622bb40a9 Enable all origins via CORS header for custom schemes
This PR disables CORS for custom schemes, which allows you to serve Font
resources from custom schemes after using registerCustomSchemeAsSecure
2015-11-30 11:08:43 -08:00
..
asar Fix building on Windows 2015-09-03 20:07:29 +08:00
atom_cert_verifier.cc Add session.setCertificateVerifyProc 2015-11-18 11:17:08 +08:00
atom_cert_verifier.h Add session.setCertificateVerifyProc 2015-11-18 11:17:08 +08:00
atom_ssl_config_service.cc Move AtomSSLConfigService to atom/browser/net 2015-11-17 19:05:38 +08:00
atom_ssl_config_service.h Move AtomSSLConfigService to atom/browser/net 2015-11-17 19:05:38 +08:00
atom_url_request_job_factory.cc Initial implementation of new protocol API 2015-08-12 13:30:19 +08:00
atom_url_request_job_factory.h Initial implementation of new protocol API 2015-08-12 13:30:19 +08:00
http_protocol_handler.cc support https, ws, wss builtin schemes to be intercepted 2015-05-11 12:56:36 +05:30
http_protocol_handler.h support https, ws, wss builtin schemes to be intercepted 2015-05-11 12:56:36 +05:30
js_asker.cc Converted callback can only be called for once 2015-10-28 20:44:46 +08:00
js_asker.h Don't reference RequestContextGetter in JS objects 2015-09-09 19:27:28 +08:00
url_request_async_asar_job.cc Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
url_request_async_asar_job.h Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
url_request_buffer_job.cc Enable all origins via CORS header for custom schemes 2015-11-30 11:08:43 -08:00
url_request_buffer_job.h Enable all origins via CORS header for custom schemes 2015-11-30 11:08:43 -08:00
url_request_fetch_job.cc protocol: handle http responses with no content 2015-11-23 01:07:14 +05:30
url_request_fetch_job.h Make session parameter work with null value 2015-08-12 22:57:25 +08:00
url_request_string_job.cc Enable all origins via CORS header for custom schemes 2015-11-30 11:08:43 -08:00
url_request_string_job.h protocol: respect provided mimetype in generated response headers 2015-09-16 08:34:04 +05:30