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.
1 parent eac5868 commit 91a2f5dCopy full SHA for 91a2f5d
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
@@ -81,8 +81,8 @@
81
requestStack = [],
82
83
extractHeaders = function(xhr, stackElement) {
84
- // Here we avoid to call xhr.getResponseHeader in order to
85
- // 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 */
86
var allHeaders = xhr.getAllResponseHeaders();
87
var ret;
88
0 commit comments