CVS log for loncom/interface/lonexturlcheck.pm
Up to [LON-CAPA] / loncom / interface
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Feb 15 03:54:43 2020 UTC (4 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X,
version_2_11_X,
version_2_11_5_msu,
version_2_11_5,
version_2_11_4_uiuc,
version_2_11_4_msu,
version_2_11_4,
version_2_11_3_uiuc,
version_2_11_3_msu,
version_2_11_3,
HEAD
Diff to previous 1.3: preferred, unified
Changes since revision 1.3: +1 -2
lines
- "use LONCAPA::LWPReq" not needed because "use Apache::loncommon" is used.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 2 23:09:38 2019 UTC (5 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.2: preferred, unified
Changes since revision 1.2: +4 -3
lines
- Bug 6910
- Change regexp used to check for valid external URL (assumes ascii-only DNS
hostname, and either http or https).
- Cache result of frameability check for 60 minutes, when rendering page
containing external resource URL, unless CC is using "Preview".
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 2 20:28:18 2019 UTC (5 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.1: preferred, unified
Changes since revision 1.1: +8 -8
lines
- Remove trailing white space in documentation.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 2 02:12:19 2019 UTC (5 years, 7 months ago) by raeburn
Branches: MAIN
- Bug 6910
Gracefully handle display (and preview) for External Resources for which
Content-Security-Policy or X-Frame-Options prevent display in iframe in LC.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>