Hi together,

this is just a minor question concerning case sensitivity. In 
nsScriptLoader.cpp I found the two function calls
 
  rv = csp->GetAllowsInlineScript(...); and csp->LogViolationDetails(...)

If I got this right, they refer to 

  logViolationDetails: function(...) and getAllowsInlineScript: function(...)

in contentSecurityPolicy.js

I wonder, why it is allowed here to write the function names differently. The 
functions in the js file start with lower case, while the cpp functions are 
uppercase.

Regards
Jeremy
_______________________________________________
dev-security mailing list
dev-security@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-security

Reply via email to