csp_fixer 0.1.3 copy "csp_fixer: ^0.1.3" to clipboard
csp_fixer: ^0.1.3 copied to clipboard

Dart 1 only

Fix csp issue for chrome app

csp_fixer #

Build Status

A library to fix csp issue from Chrome App.

License #

MIT License.

Usage #

A simple usage example:

import 'package:csp_fixer/csp_fixer.dart';

Fix(new Directory('foo'));

To run from command-line: #

Requirement:

Dart SDK 1.7 or greater on your path. Set pub scripts on your PATH. See how to Link1.

Install:

$> pub global activate csp_fixer

Update:

# activate csp_fixer again
$> pub global activate csp_fixer

Run csp:

# ./core_elements is where you want to fix csp issue.
$> csp_fix ./core_elements

# core.html is what you want to fix csp issue.
$> csp_fix core.html

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
20
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Fix csp issue for chrome app

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

grinder, html5lib, path

More

Packages that depend on csp_fixer