Commit c8194530 authored by Austin James Ahlstrom's avatar Austin James Ahlstrom Committed by Commit Bot

Removing unused code from access-control-allow-lists.php in XHR LayoutTests

Bug: 
Change-Id: I026fc3a546afe4699452ced6810b187addeb576b
Reviewed-on: https://chromium-review.googlesource.com/578537Reviewed-by: default avatarYutaka Hirano <yhirano@chromium.org>
Reviewed-by: default avatarTakeshi Yoshino <tyoshino@chromium.org>
Commit-Queue: Austin James Ahlstrom <aahlstrom@google.com>
Cr-Commit-Position: refs/heads/master@{#488180}
parent 08a8c759
...@@ -26,6 +26,4 @@ foreach ($_SERVER as $name => $value) ...@@ -26,6 +26,4 @@ foreach ($_SERVER as $name => $value)
} }
} }
$headers['get_value'] = isset($_GET['get_value']) ? $_GET['get_value'] : '';
echo json_encode( $headers ); echo json_encode( $headers );
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment