Skip to content

Commit

Permalink
Delete obsolete line
Browse files Browse the repository at this point in the history
Fix #3788
  • Loading branch information
cramforce authored Jun 29, 2016
1 parent fb226ca commit 75f7f27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 3p/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Examples: Youtube, Vimeo videos; Tweets, Instagrams; comment systems; polls; qui
- If you can make it not-iframe-based that is much better. (See e.g. the pinterest embed). We will always ask to do this first. E.g. adding a CORS endpoint to your server might make this possible.
- Must play well within [AMP's sizing framework](https://github.com/ampproject/amphtml/blob/master/spec/amp-html-layout.md).
- All JS on container page must be open source and bundled with AMP.
- Direct iframe embeds not using our 3p iframe mechanism (used e.g. for ads) are preferred.
- JavaScript loaded into iframe should be reasonable with respect to functionality.
- Use the `sandbox` attribute on iframe if possible.
- Provide unit and integration tests.
Expand Down

0 comments on commit 75f7f27

Please sign in to comment.