CORS and null

Allowing

  Access-Control-Allow-Origin: null
  Access-Control-Allow-Credentials: true

is effectively equivalent to allowing

  Access-Control-Allow-Origin: *
  Access-Control-Allow-Credentials: true

given sandboxing. Given that we do not allow the latter, should we
start banning the former?


-- 
http://annevankesteren.nl/

Received on Monday, 2 June 2014 08:55:44 UTC