We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbd9930 + f870ddc commit 4576a55Copy full SHA for 4576a55
Resources/views/Profiler/base_js.html.twig
@@ -83,8 +83,8 @@
83
requestStack = [],
84
85
extractHeaders = function(xhr, stackElement) {
86
- // Here we avoid to call xhr.getResponseHeader in order to
87
- // prevent polluting the console with CORS security errors
+ /* Here we avoid to call xhr.getResponseHeader in order to */
+ /* prevent polluting the console with CORS security errors */
88
var allHeaders = xhr.getAllResponseHeaders();
89
var ret;
90
0 commit comments