ソースを参照

remove outdated note, closes #428

Stefan Siegl 4 年 前
コミット
b915cb1b16
1 ファイル変更0 行追加4 行削除
  1. 0 4
      README.md

+ 0 - 4
README.md

@@ -11,10 +11,6 @@ The extension allows you to execute Javascript code in a secure sandbox from PHP
 can be restricted using a time limit and/or memory limit. This provides the possibility to execute
 can be restricted using a time limit and/or memory limit. This provides the possibility to execute
 untrusted code with confidence.
 untrusted code with confidence.
 
 
-If you execute untrusted JavaScript code, make sure to **use V8 version 6.4.388.18, 6.5.143 or higher**.
-See notes on [untrusted code mitigations](https://github.com/v8/v8/wiki/Untrusted-code-mitigations)
-for further details.
-
 
 
 Minimum requirements
 Minimum requirements
 --------------------
 --------------------