openid / OpenYOLO-Web

Web protocol for credential exchange and update - "You Only Login Once"
http://openid.net/wg/ac/
Apache License 2.0
100 stars 16 forks source link

Update the style object of the IFrame Element rather than injecting s… #65

Closed TMSCH closed 6 years ago

TMSCH commented 6 years ago

…tyle, to avoid CSP issues

codecov-io commented 6 years ago

Codecov Report

Merging #65 into master will increase coverage by 0.96%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
+ Coverage   91.46%   92.43%   +0.96%     
==========================================
  Files          34       34              
  Lines        1500     1507       +7     
  Branches      200      205       +5     
==========================================
+ Hits         1372     1393      +21     
+ Misses        128      114      -14
Impacted Files Coverage Δ
ts/api/provider_frame_elem.ts 95.91% <100%> (+34.01%) :arrow_up:

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 fe47f46...6d632f1. Read the comment docs.

TMSCH commented 6 years ago

Thanks Guibin!