Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update socks to a version which does not use ip #13

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,6 @@
<!-- start of server/banner.html -->
<!-- start of head-include-2.html -->
<meta name="viewport" content="width=device-width, initial-scale=1" />


<link rel="stylesheet" type="text/css" href="/server/banners/fundraiser.css" media="screen" />
<style type="text/css" media="screen"><!--
.progress-bar
{
width: 92%;
}
.percentage
{
text-align: right;
right: 0em;
padding-right: 1em;
padding-left: 92%;
}
--></style>

<style type="text/css" media="screen">
<!-- TRANSLATORS: Change direction to rtl if you translate
the fundraiser and your script is right-to-left. -->
.fundraiser {
direction: ltr;
}
</style>
<!-- end of head-include-2.html -->

</head>
Expand All @@ -63,26 +39,28 @@
<div id="top">
<a class="skip" href="#content"><b>Skip to main text</b></a>
</div>
<div id='fundraiser'>
<p><a href="https://my.fsf.org/donate?mtm_campaign=fall23&amp;mtm_source=banner">
<img class='fr-background' src="/server/banners/banner.png" alt="" />
<span class="gnun-split"></span></a></p>
<div class="message">
<p class="headline"><a href="https://my.fsf.org/donate?mtm_campaign=fall23&amp;mtm_source=banner"><b>Boost
free software education:</b> Donate to help us reach our stretch
goal!<span class="gnun-split"></span></a></p>
<div style="clear: right"></div>
<p class="button"><a href="https://my.fsf.org/donate?mtm_campaign=fall23&amp;mtm_source=banner">Donate&nbsp;Now<span class="gnun-split"></span></a></p>
</div><!-- .message -->
<div class="progresswidget">
<div class="progress">
<div class="progress-bar"><span class="percentage">$391,072</span></div>

</div>
</div><!-- .progresswidget -->
</div><!-- #fundraiser -->

<div style="clear: both"></div>
<div id="fsf-frame" role="complementary">
<form id="fssbox" action="https://my.fsf.org/civicrm/profile/create?reset=1&amp;gid=31"
method="post">
<div>
<input name="postURL" type="hidden" value="" />
<input type="hidden" name="group[25]" value="1" />
<input name="cancelURL" type="hidden" value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=31" />
<input name="_qf_default" type="hidden" value="Edit:cancel" />
<label for="frmEmail">
<a href="//www.fsf.org/fss">Free Software Supporter</a>:
</label>
<input type="text" id="frmEmail" name="email-Primary" size="18" maxlength="80"
value="email address" onfocus="this.value=''"/>
<input type="submit" name="_qf_Edit_next" value="Sign up" />
</div>
</form>

<div id="join-fsf" class="button"><a
href="https://www.fsf.org/associate/support_freedom?referrer=4052">JOIN&nbsp;THE&nbsp;FSF</a>
</div>
</div>

<div id="header" role="banner">
<p id="gnu-banner">
Expand Down
82 changes: 47 additions & 35 deletions studio-client/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.