Skip to content

Commit

Permalink
Add validation rule about altering other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Quetzacoalt91 committed Jan 8, 2020
1 parent 9ec0df2 commit 2d76baf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/1.7/modules/sell/techvalidation-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Additionally, distribution licenses like CC-0 or CC-by-sa are appropriate for ar

Module may create all the table they need in the database. However altering core table is forbidden.

#### Other modules are not altered

Module may add / modify some files on the shop. To avoid issues with file permissions, we recommend storing files in the `var/%env%` dirrectory.

However, modifying core or other modules files is not allowed.

#### Use of iFrames is limited to highly secured websites

The use of iframes is highly discouraged for security reasons, although they are implemented in different part of the core like in [Payment Modules](https://github.com/PrestaShop/paymentexample/blob/master/paymentexample.php#L150).
Expand Down

0 comments on commit 2d76baf

Please sign in to comment.