cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

set X-Frame-Options in proxy.html handler #71

Closed tangiel closed 7 years ago

tangiel commented 7 years ago

Sometimes this gets set by a web server to other values, but by design, this handler needs to be injectable in any origin.

codecov-io commented 7 years ago

Codecov Report

Merging #71 into master will increase coverage by <.01%. The diff coverage is 100%.

@@             Coverage Diff              @@
##             master      #71      +/-   ##
============================================
+ Coverage     79.48%   79.49%   +<.01%     
  Complexity     1619     1619              
============================================
  Files           154      154              
  Lines          5446     5447       +1     
  Branches        701      701              
============================================
+ Hits           4329     4330       +1     
  Misses          840      840              
  Partials        277      277
Impacted Files Coverage Δ Complexity Δ
...oogle/api/server/spi/handlers/ApiProxyHandler.java 88.88% <100%> (+1.38%) 3 <0> (ø) :x:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ee93c4f...ed8f12f. Read the comment docs.