Skip to content

Instantly share code, notes, and snippets.

@adunk
adunk / verto-school-data.json
Last active January 13, 2022 04:43
Verto School Data
[
{
"title": "Bucknell University",
"lat": 40.9547722,
"lng": -76.8872646,
"city": "Lewisburg, PA",
"exploreUrl": "https://vertoeducation.org/school/bucknell-university/",
"institution": "Private",
"studentPop": 4362
},
@adunk
adunk / allow_iframed_site-event-subscriber.patch
Last active June 4, 2020 01:47
allow_iframed_site event subscriber patch
Index: src/EventSubscriber/RemoveXFrameOptionsSubscriber.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/EventSubscriber/RemoveXFrameOptionsSubscriber.php (revision bd814a06c9fc1bd55257da589c8acc71f2fa3ec4)
+++ src/EventSubscriber/RemoveXFrameOptionsSubscriber.php (date 1591235141974)
@@ -4,7 +4,7 @@
use Drupal\Component\Plugin\Exception\PluginException;