akserg/angular.dart.ui

Inline style tags break CSP (Content Security Policy)

Closed this issue · 0 comments

timepicker.html && timepicker.dart
2 occurrences:

<td style="width:50px;"

popup.html && popup.dart
1 occurrence:

<li ng-show="showButtonBar" style="padding:10px 9px 2px">

typeahead-popup.html && typeahead-popup.dart
1 occurrence:

<ul class="dropdown-menu" ... style="display: block"

I don't think that http_server/src/virtual_directory:355 should be an issue.

Solution is just to move the styles out to a CSS file.