diff --git a/.flowconfig b/.flowconfig
index 33672e592..3083a80df 100644
--- a/.flowconfig
+++ b/.flowconfig
@@ -29,5 +29,6 @@ module.name_mapper='^effects\(.*\)$' -> '
+ lbry.tv is not a producer (primary or secondary) of any and all of the content found on the website
+ (lbry.tv). With respect to the records as per 18 USC 2257 for any and all content found on this site,
+ please kindly direct your request to the site for which the content was produced.
+
+ lbry.tv is a video sharing site in which allows for the uploading, sharing and general viewing of various
+ types of adult content and while lbry.tv does the best it can with verifying compliance, it may not be
+ 100% accurate.
+
+ lbry.tv abides by the following procedures to ensure compliance:
+
- {links.map(({ label, link }) => (
-
+
+
+ For further assistance and/or information in finding the content's originating site, please contact + lbry.tv compliance at copyright@lbry.com +
++ Users of lbry.tv who come across such content are urged to flag it as inappropriate by clicking 'Report + this video' link found below each video. +
+ + } + /> + + ); +}; +export default Code2257Page; diff --git a/ui/component/router/view.jsx b/ui/component/router/view.jsx index e178c8df5..26570d2c0 100644 --- a/ui/component/router/view.jsx +++ b/ui/component/router/view.jsx @@ -7,6 +7,9 @@ import HelpPage from 'page/help'; // @if TARGET='app' import BackupPage from 'page/backup'; // @endif +// @if TARGET='web' +import Code2257Page from 'lbrytv/page/code2257'; +// @endif import ReportPage from 'page/report'; import ShowPage from 'page/show'; import PublishPage from 'page/publish'; @@ -36,6 +39,7 @@ import Welcome from 'page/welcome'; import CreatorDashboard from 'page/creatorDashboard'; import RewardsVerifyPage from 'page/rewardsVerify'; import CheckoutPage from 'page/checkoutPage'; + import { parseURI } from 'lbry-redux'; import { SITE_TITLE, WELCOME_VERSION } from 'config'; @@ -170,6 +174,9 @@ function AppRouter(props: Props) { {/* @if TARGET='app' */}