Skip to content

Commit

Permalink
Update README for Remark JS
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny authored and astefanutti committed Mar 31, 2020
1 parent da8789a commit e9da810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,11 @@ Arch Linux, among other Linux distributions may have the user namespace in the k
* *_Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules_*
+
Starting Chromium 64, accessing CSS rules in a stylesheet loaded from the local filesystem violates a CORS policy.
As some Decktape plugins tweak the CSS rules for better PDF printing, you need to allow access to local files by setting the `--allow-file-access-from-files` flag option, e.g.:
As some Decktape plugins tweak the CSS rules for better PDF printing, you need to allow access to local files by setting the `--disable-web-security` flag option, e.g.:
+
[source,shell]
----
$ decktape ... --chrome-arg=--allow-file-access-from-files
$ decktape ... --chrome-arg=--disable-web-security
----

* *_Layout inconsistencies_*
Expand Down

0 comments on commit e9da810

Please sign in to comment.